class Shoulda::Matchers::ActiveModel::DisallowValueMatcher

def does_not_match?(subject)

def does_not_match?(subject)
  allow_matcher.matches?(subject)
end