1
0
Fork 0

fixed a typo

This commit is contained in:
Jan Steemann 2012-09-13 15:44:15 +02:00
parent 3deebd06de
commit 93fc2e43a7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ describe ArangoDB do
# run a HTTP HEAD query on the existing document
cmd = "/_api/document/" + did
doc = ArangoDB.log_head("#{prefix}-head-check-documentq", cmd)
doc = ArangoDB.log_head("#{prefix}-head-check-document", cmd)
doc.code.should eq(200)
doc.response.body.should be_nil