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
16 17 18 19 |
# File 'lib/test_prof/factory_default/factory_bot_patch.rb', line 16 def association(runner) return super unless FactoryDefault.exists?(runner.name) FactoryDefault.get(runner.name) end |