mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
![Avielle](/assets/img/avatar_default.png)
Also: add a deprecation warning to factory_girl, asking users to switch to factory_bot https://github.com/thoughtbot/factory_girl/issues/921
8 lines
154 B
Ruby
8 lines
154 B
Ruby
module FactoryBot
|
|
def self.reload
|
|
reset_configuration
|
|
register_default_strategies
|
|
register_default_callbacks
|
|
find_definitions
|
|
end
|
|
end
|