Merge branch 'feature/opposite_direction' into develop
This commit is contained in:
@@ -46,6 +46,9 @@ When /^I route I should get$/ do |table|
|
||||
if table.headers.include? 'turns'
|
||||
got['turns'] = turns
|
||||
end
|
||||
if table.headers.include? '#' # comment column
|
||||
got['#'] = row['#'] # copy value so it always match
|
||||
end
|
||||
end
|
||||
|
||||
ok = true
|
||||
@@ -74,4 +77,4 @@ When /^I route (\d+) times I should get$/ do |n,table|
|
||||
ok = false unless step "I route I should get", table
|
||||
end
|
||||
ok
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user