class Shoulda::Matchers::ActiveModel::ValidateAcceptanceOfMatcher

def does_not_match?(subject)

def does_not_match?(subject)
  super(subject)
  allows_value_of(false, @expected_message)
end