remove a few tests that are simply testing same code paths as others

This commit is contained in:
Moritz Kobitzsch
2017-08-09 14:51:59 +02:00
committed by Daniel J. H
parent d796c66990
commit 3a01ba52ef
19 changed files with 61 additions and 832 deletions
-5
View File
@@ -21,12 +21,7 @@ Feature: Bike - Handle ferry routes
When I route I should get
| from | to | route |
| a | g | abc,cde,efg,efg |
| b | f | abc,cde,efg,efg |
| e | c | cde,cde |
| e | b | cde,abc,abc |
| e | a | cde,abc,abc |
| c | e | cde,cde |
| c | f | cde,efg,efg |
| c | g | cde,efg,efg |
Scenario: Bike - Ferry duration, single node