Add missing arrive instruction.

This commit is contained in:
Daniel Patterson 2016-03-31 17:15:56 -07:00 committed by Patrick Niklaus
parent 97c550d5f6
commit 6b6597e453

View File

@ -23,8 +23,8 @@ Feature: Handle bad data in a graceful manner
| abcde | yes | | abcde | yes |
When I route I should get When I route I should get
| from | to | route | | from | to | route |
| b | d | abcde | | b | d | abcde,abcde |
@todo @todo
Scenario: Start/end point at the same location Scenario: Start/end point at the same location
@ -78,7 +78,7 @@ Feature: Handle bad data in a graceful manner
# | b | c | cd | # | b | c | cd |
# | a | d | cd | # | a | d | cd |
# | c | d | cd | # | c | d | cd |
| d | e | de | | d | e | de,de |
# | k | l | kl | # | k | l | kl |
# | l | m | lm | # | l | m | lm |
# | o | l | lm | # | o | l | lm |