Module: TestProf::FactoryDoctor::FabricationPatch
- Defined in:
- lib/test_prof/factory_doctor/fabrication_patch.rb
Overview
Wrap #run method with FactoryDoctor tracking
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
7 8 9 |
# File 'lib/test_prof/factory_doctor/fabrication_patch.rb', line 7 def create(*) FactoryDoctor.within_factory(:create) { super } end |