module TestProf::FactoryDoctor::FabricationPatch

Wrap run method with FactoryDoctor tracking

Public Instance Methods

create(*) click to toggle source
Calls superclass method
# File lib/test_prof/factory_doctor/fabrication_patch.rb, line 7
def create(*)
  FactoryDoctor.within_factory(:create) { super }
end