class Shoulda::Matchers::ActiveModel::AllowValueMatcher::AttributeDoesNotExistError

def message

def message
  Shoulda::Matchers.word_wrap <<-MESSAGE
r attempted to set :#{attribute_name} on the #{model.name} to
spect}, but that attribute does not exist.
  MESSAGE
end