class Shoulda::Matchers::ActiveModel::ValidateConfirmationOfMatcher

def allows_missing_confirmation

def allows_missing_confirmation
  allows_value_of('any value') do |matcher|
    qualify_matcher(matcher, nil)
  end
end