From 4146695f3412c895955aab5828c954466662b4e7 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sat, 30 May 2015 19:03:44 +0200 Subject: [PATCH] Add test to check new way naming convention --- features/car/names.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/features/car/names.feature b/features/car/names.feature index ac4bfc8e2..b6a95ae7f 100644 --- a/features/car/names.feature +++ b/features/car/names.feature @@ -10,13 +10,13 @@ Feature: Car - Street names in instructions | | c | And the ways - | nodes | name | - | ab | My Way | - | bc | Your Way | + | nodes | name | ref | + | ab | My Way | | + | bc | Your Way | A1 | When I route I should get - | from | to | route | - | a | c | My Way,Your Way | + | from | to | route | + | a | c | My Way,Your Way (A1) | @todo Scenario: Car - Use way type to describe unnamed ways