Don't reset response, so log_fail won't crash cucumber

This commit is contained in:
Patrick Niklaus 2014-06-09 12:08:34 +02:00
parent f5b079b8e7
commit 4b81331d53

View File

@ -19,7 +19,7 @@ def test_routability_row i
else else
# if we hit the wrong way segment, we assume it's # if we hit the wrong way segment, we assume it's
# because the one we tested was not unroutable # because the one we tested was not unroutable
r = {} r[:status] = nil
end end
end end
result[direction] = r result[direction] = r