class FactoryBot::Trait

def ==(other)

def ==(other)
  name == other.name &&
    block == other.block
end