1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/lib/factory_girl/reload.rb
Joshua Clayton f85e0bc63f Styles
2012-05-12 19:05:25 -04:00

8 lines
155 B
Ruby

module FactoryGirl
def self.reload
reset_configuration
register_default_strategies
register_default_callbacks
find_definitions
end
end