class Shoulda::Matchers::ActiveModel::ValidateConfirmationOfMatcher

def disallows_different_value

def disallows_different_value
  disallows_value_of('different value') do |matcher|
    qualify_matcher(matcher, 'some value')
  end
end