From ac06a2ef038e631cbd4d300c71183b8cf72f6397 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Sun, 16 Dec 2012 21:03:15 +0100 Subject: [PATCH] remove angles from a test --- features/testbot/turns.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/testbot/turns.feature b/features/testbot/turns.feature index 4e50bc68e..34a0c9199 100644 --- a/features/testbot/turns.feature +++ b/features/testbot/turns.feature @@ -111,5 +111,5 @@ Feature: Turn directions/codes | bc | When I route I should get - | from | to | route | bearing | turns | - | a | c | ab,bc | 22,113 | head,right,destination | + | from | to | route | turns | + | a | c | ab,bc | head,right,destination |