fix cuke support file
This commit is contained in:
parent
60d80cf261
commit
6e2608b2f2
@ -54,7 +54,7 @@ Then /^routability should be$/ do |table|
|
|||||||
want = shortcuts_hash[row[direction]] || row[direction] #expand shortcuts
|
want = shortcuts_hash[row[direction]] || row[direction] #expand shortcuts
|
||||||
case want
|
case want
|
||||||
when '', 'x'
|
when '', 'x'
|
||||||
output_row[direction] = result[direction][:time] ? result[direction][:status].to_s : ''
|
output_row[direction] = result[direction][:status] ? result[direction][:status].to_s : ''
|
||||||
when /^\d+s/
|
when /^\d+s/
|
||||||
output_row[direction] = result[direction][:time] ? "#{result[direction][:time]}s" : ''
|
output_row[direction] = result[direction][:time] ? "#{result[direction][:time]}s" : ''
|
||||||
when /^\d+ km\/h/
|
when /^\d+ km\/h/
|
||||||
|
Loading…
Reference in New Issue
Block a user