class Shoulda::Matchers::ActiveModel::ValidateConfirmationOfMatcher

def matches?(subject)

def matches?(subject)
  super(subject)
  disallows_different_value &&
    allows_same_value &&
    allows_missing_confirmation
end