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
permalink .patch ⇒ Object
[View source]
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 |