factory_inspector 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
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
- are being used during your test runs. This is useful in
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 - while FactoryGirl is useful, overuse can lead to
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)
@@ -1,3 +1,3 @@
1
1
  module FactoryInspector
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factory_inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: