factory_inspector 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -2
- data/lib/factory_inspector/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
|
3
3
|
This very simple gem reports on how
|
4
4
|
[FactoryGirl](https://github.com/thoughtbot/factory_girl)
|
5
|
-
|
5
|
+
is being used during your test runs. This is useful in
|
6
6
|
understanding where the time is going during your test
|
7
|
-
runs
|
7
|
+
runs; while FactoryGirl is useful, overuse can lead to
|
8
8
|
serious slowdowns due to a cascade of database writes when
|
9
9
|
building test objects. The analysis relies on the changes
|
10
10
|
brought in with [FactoryGirl 3.2](http://robots.thoughtbot.com/post/21719164760/factorygirl-3-2-so-awesome-it-needs-to-be-released)
|