From c493a227650150fdf87b1696281b6a8145ae1b3e Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sat, 30 May 2015 18:25:41 +0200 Subject: [PATCH] Add test case for leisure=track --- features/foot/way.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features/foot/way.feature b/features/foot/way.feature index 653c7736c..ff3314f1c 100644 --- a/features/foot/way.feature +++ b/features/foot/way.feature @@ -30,3 +30,9 @@ Feature: Foot - Accessability of different way types | pier | x | | cycleway | | | bridleway | | + + Scenario: Foot - Basic access + Then routability should be + | highway | leisure | forw | + | (nil) | track | x | +