summary refs log tree commit diff
path: root/t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-11-24 11:16:41 +0100
committerfranck cuny <franck@lumberjaph.net>2010-11-24 11:19:15 +0100
commit57ac3d5e8202c6251f430d4bd4e4f4e77951b8aa (patch)
treeeb5aab46bed04283385168f495f6ccd2438d99f1 /t
parentRemove outdated spec/ files. Add github.com/SPORE/specifications link to docs. (diff)
downloadnet-http-spore-57ac3d5e8202c6251f430d4bd4e4f4e77951b8aa.tar.gz
add new method in test description file
Diffstat (limited to 't')
-rw-r--r--t/specs/api.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/specs/api.json b/t/specs/api.json
index a89d147..aee5d46 100644
--- a/t/specs/api.json
+++ b/t/specs/api.json
@@ -20,6 +20,10 @@
             "path" : "/show",
             "method" : "GET"
         },
+      "add_user": {
+        "path":"/add",
+        "method":"POST"
+      },
       "add_email" : {
         "path" : "/email",
         "method" : "POST",