Add missing arrival instruction.

This commit is contained in:
Daniel Patterson 2016-03-31 17:28:30 -07:00 committed by Patrick Niklaus
parent 75979d7e1c
commit 96f49f3b53

View File

@ -27,5 +27,5 @@ Feature: Testbot - speeds
When I route I should get
| from | to | route | speed | time | distance |
| a | b | ab | 36 km/h | 10s | 100m |
| b | a | ab | 16 km/h +- 1 | 23s | 100m |
| a | b | ab,ab | 36 km/h | 10s | 100m |
| b | a | ab,ab | 16 km/h +- 1 | 23s | 100m |