aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/company.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/company.rb')
-rw-r--r--actionpack/test/fixtures/company.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/company.rb b/actionpack/test/fixtures/company.rb
index cbbd0edb14..cd39ea7898 100644
--- a/actionpack/test/fixtures/company.rb
+++ b/actionpack/test/fixtures/company.rb
@@ -6,5 +6,5 @@ class Company < ActiveRecord::Base
validates_presence_of :name
def validate
errors.add('rating', 'rating should not be 2') if rating == 2
- end
+ end
end \ No newline at end of file