factory_bot
factory_bot copied to clipboard
Refactor FactoryBot module
This is an experiment with refactoring some of the sprawl of the root/core FactoryBot module.
- previously it was necessary for developers to discover that the files for aliases, find definitions, reload, and the default syntax extended the
FactoryBotmodule - with the refactoring the code in
lib/factory_bot.rbexplicitly reveals which modules extend theFactoryBotmodule