module TestProf::FactoryProf::FactoryBotPatch

Wrap run method with FactoryProf tracking

Public Instance Methods

run(strategy = @strategy) click to toggle source
Calls superclass method
# File lib/test_prof/factory_prof/factory_bot_patch.rb, line 7
def run(strategy = @strategy)
  FactoryBuilders::FactoryBot.track(strategy, @name) { super }
end