set default timestamp for tests

This commit is contained in:
Dennis Luxen 2014-10-20 15:14:53 +02:00
parent a7c683a83c
commit 9d14f81b79

View File

@ -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("n/a")
expect(@json['timestamp']).to eq("2000-01-01T00:00:00Z")
end