# File lib/rspec/rails/extensions/active_record/base.rb, line 28
            def errors_on(attribute)
              self.valid?
              [self.errors[attribute]].flatten.compact
            end