updated for current revision

This commit is contained in:
Chris Anderson 2008-05-29 12:32:13 -07:00
parent 4639893303
commit 85ecf7b076

View file

@ -22,7 +22,7 @@ describe CouchRest do
it "should be up to date" do
v = @cr.info["version"]
vi = v.split(/a/).pop.to_i
vi.should be_between(658733, 659880)
vi.should be_between(658733, 660751)
end
end