port timestamp test to libosmium
This commit is contained in:
parent
4cddf0bf5d
commit
bdc611b23a
@ -3,5 +3,5 @@ Then /^I should get a valid timestamp/ do
|
||||
step "response should be valid JSON"
|
||||
step "response should be well-formed"
|
||||
expect(@json['timestamp'].class).to eq(String)
|
||||
expect(@json['timestamp']).to eq(OSM_TIMESTAMP)
|
||||
expect(@json['timestamp']).to eq("n/a")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user