1
0
Fork 0

Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel

This commit is contained in:
Frank Celler 2014-06-18 21:55:49 +02:00
commit ea9ea54de5
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ describe ArangoDB do
doc.code.should eq(200) doc.code.should eq(200)
compatibility = doc.parsed_response['compatibility'] compatibility = doc.parsed_response['compatibility']
compatibility.should be_kind_of(Integer) compatibility.should be_kind_of(Integer)
compatibility.should eq(20200) compatibility.should eq(20300)
end end
end end