Added failing tests for `external`, fix for tests
[dbsrgits/DBIx-Class-Fixtures.git] / t / var / configs / extra.json
index 53408c3..beb6083 100644 (file)
@@ -8,5 +8,17 @@
                 "args": {"path":"__ATTR(photo_dir)__"}
             }
         }
+       },{
+               "class": "Album",
+               "quantity": "all",
+         "fetch" : [
+            {
+               "quantity" : "all",
+               "rel" : "photos"
+            }
+         ]
+       },{
+               "class": "Photographer",
+               "quantity": "all"
        }]
 }