Froze rails gems
[depot.git] / vendor / rails / activerecord / test / fixtures / categorizations.yml
diff --git a/vendor/rails/activerecord/test/fixtures/categorizations.yml b/vendor/rails/activerecord/test/fixtures/categorizations.yml
new file mode 100644 (file)
index 0000000..c5b6fc9
--- /dev/null
@@ -0,0 +1,17 @@
+david_welcome_general:
+  id: 1
+  author_id: 1
+  post_id: 1
+  category_id: 1
+
+mary_thinking_sti:
+  id: 2
+  author_id: 2
+  post_id: 2
+  category_id: 3
+
+mary_thinking_general:
+  id: 3
+  author_id: 2
+  post_id: 2
+  category_id: 1