Skip to content

Commit

Permalink
Reload factories on each rspec run
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletolle committed Sep 5, 2013
1 parent 4a45f2d commit ff5e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -120,5 +120,5 @@
end

Spork.each_run do
# This code will be run each time you run your specs.
FactoryGirl.reload
end

0 comments on commit ff5e70c

Please sign in to comment.