aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/comments.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/comments.yml')
-rw-r--r--activerecord/test/fixtures/comments.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/activerecord/test/fixtures/comments.yml b/activerecord/test/fixtures/comments.yml
index f970806b0b..9c442cf794 100644
--- a/activerecord/test/fixtures/comments.yml
+++ b/activerecord/test/fixtures/comments.yml
@@ -2,13 +2,16 @@ greetings:
id: 1
post_id: 1
body: Thank you for the welcome
+ type: Comment
more_greetings:
id: 2
post_id: 1
body: Thank you again for the welcome
-
+ type: Comment
+
does_it_hurt:
id: 3
post_id: 2
- body: Don't think too hard \ No newline at end of file
+ body: Don't think too hard
+ type: SpecialComment \ No newline at end of file