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.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/comments.yml b/activerecord/test/fixtures/comments.yml
new file mode 100644
index 0000000000..f970806b0b
--- /dev/null
+++ b/activerecord/test/fixtures/comments.yml
@@ -0,0 +1,14 @@
+greetings:
+ id: 1
+ post_id: 1
+ body: Thank you for the welcome
+
+more_greetings:
+ id: 2
+ post_id: 1
+ body: Thank you again for the welcome
+
+does_it_hurt:
+ id: 3
+ post_id: 2
+ body: Don't think too hard \ No newline at end of file