1
0
Fork 0

Improve logging of unittests.

This commit is contained in:
Max Neunhoeffer 2015-12-11 13:23:26 +01:00
parent d5eaccbfe5
commit 107ef90916
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ describe ArangoDB do
doc = ArangoDB.log_post("#{prefix}-post-binary-data", "/_api/document?collection=_routing", :body => body)
doc.code.should eq(202)
ArangoDB.post("/_admin/routing/reload", :body => "")
ArangoDB.log_post("#{prefix}-post-binary-data", "/_admin/routing/reload", :body => "")
end
after do