From 57ac3d5e8202c6251f430d4bd4e4f4e77951b8aa Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 24 Nov 2010 11:16:41 +0100 Subject: add new method in test description file --- t/specs/api.json | 4 ++++ 1 file changed, 4 insertions(+) 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", -- cgit 1.4.1