class FactoryBot::Declaration::Implicit

def ==(other)

def ==(other)
  self.class == other.class &&
    name == other.name &&
    factory == other.factory &&
    ignored == other.ignored
end