class Shoulda::Matchers::ActiveModel::ValidateConfirmationOfMatcher

def does_not_match?(subject)

def does_not_match?(subject)
  super(subject)
  allows_different_value ||
    disallows_same_value ||
    disallows_missing_confirmation
end