Files

Class/Module Index [+]

Quicksearch

ActiveModel::Validations

Public Instance Methods

error_on(attribute) click to toggle source
Alias for: errors_on
should have(:no).errors_on(:attribute) click to toggle source
should have(1).error_on(:attribute)
should have(n).errors_on(:attribute)

Extension to enhance should have on AR Model instances. Calls model.valid? in order to prepare the object’s errors object.

# File lib/rspec/rails/extensions/active_record/base.rb, line 35
def errors_on(attribute)
  self.valid?
  [self.errors[attribute]].flatten.compact
end
Also aliased as: error_on

[Validate]

Generated with the Darkfish Rdoc Generator 2.