cuke: use new speed tests where relevant

This commit is contained in:
Emil Tin
2014-03-27 20:57:30 +01:00
parent 793e477898
commit 65e020a627
3 changed files with 36 additions and 58 deletions
+3 -3
View File
@@ -13,6 +13,6 @@ Feature: Separate settings for forward/backward direction
| abcd | river |
When I route I should get
| from | to | route | distance | time |
| a | d | abcd | 300 +- 1m | 30s |
| d | a | abcd | 300 +- 1m | 67s |
| from | to | route | distance | speed |
| a | d | abcd | 300 +- 1m | 36 km/h |
| d | a | abcd | 300 +- 1m | 16 km/h |