diff options
author | franck cuny <franck@lumberjaph.net> | 2010-09-15 16:12:06 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-09-15 16:12:06 +0200 |
commit | d5e0cc197113d37cfd049d5a456c8b6d37ec945a (patch) | |
tree | d9a9f3a7305d4bb19ab67245119390c1c3d02851 | |
parent | tests use the mocker (diff) | |
download | net-http-spore-d5e0cc197113d37cfd049d5a456c8b6d37ec945a.tar.gz |
add a auth method
-rw-r--r-- | t/specs/couchdb.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" : [ |