class Shoulda::Matchers::ActiveRecord::NormalizeMatcher

def does_not_match?(subject)

def does_not_match?(subject)
  attributes.all? { |attribute| attribute_does_not_match?(subject, attribute) }
end