class Shoulda::Matchers::ActiveModel::ValidateComparisonOfMatcher

def does_not_match?(subject)

def does_not_match?(subject)
  @subject = subject
  @number_of_submatchers = @submatchers.size
  qualify_submatchers
  first_submatcher_that_fails_to_not_match.nil?
end