class FactoryBot::Declaration::Association

def ==(other)

def ==(other)
  self.class == other.class &&
    name == other.name &&
    options == other.options
end