Update bicycle tests to reflect not cutting off arrive step

This commit is contained in:
Lauren Budorick
2016-03-31 16:25:08 -07:00
committed by Patrick Niklaus
parent 97722adbfa
commit d09827b501
13 changed files with 213 additions and 213 deletions
+4 -4
View File
@@ -31,7 +31,7 @@ Feature: Bike - Stop areas for public transport
| public_transport | stop_area | c | st |
When I route I should get
| from | to | route |
| a | d | abcd |
| s | t | st |
| s | d | /st,.+,abcd/ |
| from | to | route |
| a | d | abcd,abcd |
| s | t | st,st |
| s | d | /st,.+,abcd/,abcd/ |