class FactoryBot::Syntax::Default::DSL

def trait(name, &block)

def trait(name, &block)
  Internal.register_trait(Trait.new(name, &block))
end