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