class Shoulda::Matchers::ActiveModel::ValidateConfirmationOfMatcher

def allows_same_value

def allows_same_value
  allows_value_of('same value') do |matcher|
    qualify_matcher(matcher, 'same value')
  end
end