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_bot/reload.rb

8 lines
141 B
Ruby
Raw Normal View History

module FactoryBot
def self.reload
Internal.reset_configuration
Internal.register_default_strategies
2012-05-12 19:05:25 -04:00
find_definitions
end
end