mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
8 lines
155 B
Ruby
8 lines
155 B
Ruby
module FactoryGirl
|
|
def self.reload
|
|
reset_configuration
|
|
register_default_strategies
|
|
register_default_callbacks
|
|
find_definitions
|
|
end
|
|
end
|