Merge branch 'fix-cucumber' of https://github.com/TheMarex/Project-OSRM into TheMarex-fix-cucumber

This commit is contained in:
Dennis Luxen 2014-06-09 18:41:18 +02:00
commit 7d5b88fff8

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