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
+3 -3
View File
@@ -48,9 +48,9 @@ Feature: Bike - Max speed restrictions
| bc | residential | 80 |
When I route I should get
| from | to | route | speed |
| a | b | ab | 15 km/h |
| b | c | bc | 15 km/h |
| from | to | route | speed |
| a | b | ab,ab | 15 km/h |
| b | c | bc,bc | 15 km/h |
Scenario: Bike - Forward/backward maxspeed
Given the shortcuts