class Shoulda::Matchers::ActiveModel::ValidateConfirmationOfMatcher

def allows_different_value

def allows_different_value
  allows_value_of('different value') do |matcher|
    qualify_matcher(matcher, 'some value')
  end
end