module FactoryBot::Internal

def trait_by_name(name)

def trait_by_name(name)
  traits.find(name)
end