avoid fuzzy ferry test

This commit is contained in:
Emil Tin 2017-07-07 13:25:34 +02:00 committed by Patrick Niklaus
parent 0bfbe5ad16
commit 5ede5577d1

View File

@ -53,8 +53,7 @@ Feature: Bike - Handle ferry routes
Scenario: Bike - Ferry duration, multiple nodes
Given the node map
"""
x y
a b c d
x a b c d y
"""
And the ways
@ -65,5 +64,5 @@ Feature: Bike - Handle ferry routes
When I route I should get
| from | to | route | time |
| a | d | abcd,abcd | 3600s +-5 |
| d | a | abcd,abcd | 3600s +-5 |
| a | d | abcd,abcd | 3600s |
| d | a | abcd,abcd | 3600s |