1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Use .reload appropriately in specs

This commit is contained in:
Joshua Clayton 2012-02-17 17:48:55 -05:00
parent 2d19c46337
commit 277922e95f

View file

@ -18,8 +18,6 @@ RSpec.configure do |config|
config.include DeclarationMatchers
config.after do
FactoryGirl.factories.clear
FactoryGirl.sequences.clear
FactoryGirl.traits.clear
FactoryGirl.reload
end
end