updated for current revision
This commit is contained in:
parent
4639893303
commit
85ecf7b076
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ describe CouchRest do
|
||||||
it "should be up to date" do
|
it "should be up to date" do
|
||||||
v = @cr.info["version"]
|
v = @cr.info["version"]
|
||||||
vi = v.split(/a/).pop.to_i
|
vi = v.split(/a/).pop.to_i
|
||||||
vi.should be_between(658733, 659880)
|
vi.should be_between(658733, 660751)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue