Module: TestProf::FactoryDefault::StrategyExt

Defined in:
lib/test_prof/factory_default/factory_bot_patch.rb

Instance Method Summary collapse

Instance Method Details

#association(runner) ⇒ Object



20
21
22
# File 'lib/test_prof/factory_default/factory_bot_patch.rb', line 20

def association(runner)
  FactoryDefault.get(runner.name, runner.traits) || super
end