class Shoulda::Matchers::ActiveModel::DisallowValueMatcher

def for(attribute)

def for(attribute)
  @allow_matcher.for(attribute)
  self
end