class RSpec::Matchers::BuiltIn::HaveAttributes

def does_not_match?(actual)

Returns:
  • (Boolean) -

Other tags:
    Api: - private
def does_not_match?(actual)
  @actual = actual
  @negated = true
  return false unless respond_to_attributes?
  perform_match(:none?)
end