module TestProf::FactoryDefault::StrategyExt
def association(runner)
def association(runner) FactoryDefault.get(runner.name, runner.traits, runner.overrides) || FactoryDefault.profiler.instrument(runner.name, runner.traits, runner.overrides) { super } end