Module: TestProf::FactoryDefault::FabricationPatch
- Defined in:
- lib/test_prof/factory_default/fabrication_patch.rb
Defined Under Namespace
Modules: DefaultExt
Class Method Summary collapse
Class Method Details
.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 |