From bdc611b23a147e1cd0005b5f738eb65d0ff3dcd6 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 27 Aug 2014 18:23:22 +0200 Subject: [PATCH] port timestamp test to libosmium --- features/step_definitions/timestamp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/timestamp.rb b/features/step_definitions/timestamp.rb index 77a614c96..ac80bee38 100644 --- a/features/step_definitions/timestamp.rb +++ b/features/step_definitions/timestamp.rb @@ -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