factory_bot
factory_bot copied to clipboard
refactor: make EvaluatorClassDefiner functional
The work performed in FactoryBot::EvaluatorClassDefiner can be done without creating an instance of the class. The code is rewritten in a more functional manner with a module.