From 4b81331d53e8cbcf298b90be1f905c27359c73bc Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 9 Jun 2014 12:08:34 +0200 Subject: [PATCH] Don't reset response, so log_fail won't crash cucumber --- features/step_definitions/routability.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/routability.rb b/features/step_definitions/routability.rb index cea5481bab3..161171fbc65 100644 --- a/features/step_definitions/routability.rb +++ b/features/step_definitions/routability.rb @@ -19,7 +19,7 @@ def test_routability_row i else # if we hit the wrong way segment, we assume it's # because the one we tested was not unroutable - r = {} + r[:status] = nil end end result[direction] = r