From e498dff90e463827cb190e47dec2deccdd24a473 Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Thu, 13 Oct 2016 18:39:29 +0200 Subject: [PATCH] remove test of new syntax --- features/guidance/bicycle-sliproads.feature | 33 --------------------- 1 file changed, 33 deletions(-) delete mode 100644 features/guidance/bicycle-sliproads.feature diff --git a/features/guidance/bicycle-sliproads.feature b/features/guidance/bicycle-sliproads.feature deleted file mode 100644 index 15d5a40cc..000000000 --- a/features/guidance/bicycle-sliproads.feature +++ /dev/null @@ -1,33 +0,0 @@ -@routing @bicycle @mode -Feature: Bike - Mode flag - - Background: - Given the profile "bicycle" - Given a grid size of 5 meters - - Scenario: Bike Sliproad - Given the node map - """ - i - a b - c-d - ` | - g-e-h - | - | - f - """ - - And the nodes - | node | highway | - | c | traffic_signals | - - And the ways - | nodes | highway | name | oneway:bicycle | - | abcd | cycleway | street | | - | eb | path | | yes | - | icef | tertiary | road | | - | geh | secondary | street | | - - When I route I should get - | waypoints | route | turns | - | a,f | street,{highway:path},road,road | depart,turn right,turn right,arrive |