class Shoulda::Matchers::ActiveModel::AllowValueMatcher::AttributeDoesNotExistError
@private
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
def successful?
def successful? false end