module TestProf::FactoryDoctor::FabricationPatch

def create(*)

def create(*)
  FactoryDoctor.within_factory(:create) { super }
end