Update foot features to reflect not cutting off arrive instruction

This commit is contained in:
Lauren Budorick
2016-03-31 16:45:03 -07:00
parent 5de8f57549
commit d3dea9439a
5 changed files with 99 additions and 99 deletions
+4 -4
View File
@@ -15,8 +15,8 @@ Feature: Foot - Street names in instructions
| bc | Your Way |
When I route I should get
| from | to | route |
| a | c | My Way,Your Way |
| from | to | route |
| a | c | My Way,Your Way,Your Way |
@unnamed
Scenario: Foot - Use way type to describe unnamed ways
@@ -29,5 +29,5 @@ Feature: Foot - Street names in instructions
| bcd | track | |
When I route I should get
| from | to | route |
| a | d | {highway:footway},{highway:track} |
| from | to | route |
| a | d | {highway:footway},{highway:track},{highway:track} |