added test configs
[p5sagit/Config-Any.git] / t / conf / conf.json
diff --git a/t/conf/conf.json b/t/conf/conf.json
new file mode 100644 (file)
index 0000000..7f17fd3
--- /dev/null
@@ -0,0 +1,13 @@
+{\r
+    "name": "TestApp",\r
+    "Component": {\r
+        "Controller::Foo": {\r
+            "foo": "bar"\r
+        }\r
+    },\r
+    "Model": {\r
+        "Model::Baz": {\r
+            "qux": "xyzzy"\r
+        }\r
+    }\r
+}\r