aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories_posts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/categories_posts.yml')
-rw-r--r--activerecord/test/fixtures/categories_posts.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/categories_posts.yml b/activerecord/test/fixtures/categories_posts.yml
new file mode 100644
index 0000000000..04eeb8f46c
--- /dev/null
+++ b/activerecord/test/fixtures/categories_posts.yml
@@ -0,0 +1,11 @@
+general_welcome:
+ category_id: 1
+ post_id: 1
+
+technology_welcome:
+ category_id: 2
+ post_id: 1
+
+general_thinking:
+ category_id: 1
+ post_id: 2