factory_bot icon indicating copy to clipboard operation
factory_bot copied to clipboard

Refactor FactoryBot module

Open vburzynski opened this issue 3 months ago • 0 comments

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 FactoryBot module
  • with the refactoring the code in lib/factory_bot.rb explicitly reveals which modules extend the FactoryBot module

vburzynski avatar Oct 03 '25 15:10 vburzynski