summaryrefslogtreecommitdiff
path: root/test/view_server/query_server_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/view_server/query_server_spec.rb')
-rw-r--r--test/view_server/query_server_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/view_server/query_server_spec.rb b/test/view_server/query_server_spec.rb
index 3d933fdc..1de8e5bc 100644
--- a/test/view_server/query_server_spec.rb
+++ b/test/view_server/query_server_spec.rb
@@ -642,7 +642,7 @@ describe "query server normal case" do
it "should return a doc and a resp body" do
up, doc, resp = @qs.ddoc_run(@ddoc,
["updates","basic"],
- [{"foo" => "gnarly"}, {"verb" => "POST"}]
+ [{"foo" => "gnarly"}, {"method" => "POST"}]
)
up.should == "up"
doc.should == {"foo" => "gnarly", "world" => "hello"}