Method: TestProf::FactoryDefault::FabricationPatch.patch
- Defined in:
- lib/test_prof/factory_default/fabrication_patch.rb
.patch ⇒ Object
53 54 55 56 57 |
# File 'lib/test_prof/factory_default/fabrication_patch.rb', line 53 def self.patch TestProf.require "fabrication" do ::Fabricate.singleton_class.prepend(DefaultExt) end end |