Added a test to demonstrate failure of not following belongs_to relationships as...
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / multiple-has-many.json
diff --git a/t/var/configs/multiple-has-many.json b/t/var/configs/multiple-has-many.json
new file mode 100644 (file)
index 0000000..db5c79a
--- /dev/null
@@ -0,0 +1,17 @@
+{
+        "might_have": {
+            "fetch": 0
+        },
+        "has_many": {
+            "fetch": 0
+        },
+        "sets": [{
+            "class": "Producer",
+            "quantity": "all",
+            "fetch": [{
+                "rel": "producer_to_cd",
+                "quantity": "all"
+            }]
+        }]
+}
+