class Shoulda::Matchers::ActiveModel::AllowValueMatcher::AttributeSetters

def does_not_match?(tuple)

def does_not_match?(tuple)
  !tuple.attribute_setter.set!
end