module TestProf::FactoryDefault::FactoryBotPatch

def self.patch

def self.patch
  return unless defined?(TestProf::FactoryBot)
  TestProf::FactoryBot::Syntax::Methods.include SyntaxExt
  TestProf::FactoryBot.extend SyntaxExt
  TestProf::FactoryBot::Strategy::Create.prepend StrategyExt
  TestProf::FactoryBot::Strategy::Build.prepend StrategyExt
  TestProf::FactoryBot::Strategy::Stub.prepend StrategyExt
end