Add missing arrival instruction.

This commit is contained in:
Daniel Patterson 2016-03-31 17:28:30 -07:00
parent 909d341eb8
commit 83134c4cbd

View File

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