aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/comment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/comment.rb')
-rw-r--r--activerecord/test/fixtures/comment.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/test/fixtures/comment.rb b/activerecord/test/fixtures/comment.rb
index b59819864d..982cbc6a7a 100644
--- a/activerecord/test/fixtures/comment.rb
+++ b/activerecord/test/fixtures/comment.rb
@@ -2,4 +2,6 @@ class Comment < ActiveRecord::Base
belongs_to :post
end
-class SpecialComment < Comment; end; \ No newline at end of file
+class SpecialComment < Comment; end;
+
+class VerySpecialComment < Comment; end;