diff options
author | franck cuny <franck@lumberjaph.net> | 2010-11-24 11:16:41 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-11-24 11:19:15 +0100 |
commit | 57ac3d5e8202c6251f430d4bd4e4f4e77951b8aa (patch) | |
tree | eb5aab46bed04283385168f495f6ccd2438d99f1 | |
parent | Remove outdated spec/ files. Add github.com/SPORE/specifications link to docs. (diff) | |
download | net-http-spore-57ac3d5e8202c6251f430d4bd4e4f4e77951b8aa.tar.gz |
add new method in test description file
-rw-r--r-- | t/specs/api.json | 4 |
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", |