From d5e0cc197113d37cfd049d5a456c8b6d37ec945a Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 15 Sep 2010 16:12:06 +0200 Subject: add a auth method --- t/specs/couchdb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/specs/couchdb.json b/t/specs/couchdb.json index f7c44b2..21cd5a1 100644 --- a/t/specs/couchdb.json +++ b/t/specs/couchdb.json @@ -20,7 +20,8 @@ "database" ], "path" : "/:database/_all_docs", - "method" : "GET" + "method" : "GET", + "authentication": 1 }, "create_document_with_id" : { "required" : [ -- cgit 1.4.1