aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/ratings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/ratings.yml')
-rw-r--r--activerecord/test/fixtures/ratings.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/ratings.yml b/activerecord/test/fixtures/ratings.yml
new file mode 100644
index 0000000000..34e208efa3
--- /dev/null
+++ b/activerecord/test/fixtures/ratings.yml
@@ -0,0 +1,14 @@
+normal_comment_rating:
+ id: 1
+ comment_id: 8
+ value: 1
+
+special_comment_rating:
+ id: 2
+ comment_id: 6
+ value: 1
+
+sub_special_comment_rating:
+ id: 3
+ comment_id: 12
+ value: 1