From edb4b1366f213f10c598e65de13ce43497d75f11 Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Wed, 30 Mar 2016 16:09:52 -0700 Subject: [PATCH] Update pushing test to reflect better guidance --- features/bicycle/pushing.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/bicycle/pushing.feature b/features/bicycle/pushing.feature index 8f75b4d02..57751aec3 100644 --- a/features/bicycle/pushing.feature +++ b/features/bicycle/pushing.feature @@ -99,7 +99,7 @@ Feature: Bike - Accessability of different way types When I route I should get | from | to | route | turns | - | a | d | ab,bc,cd | depart,straight,straight,arrive | + | a | d | ab,bc,cd | depart,right,left,arrive | | d | a | cd,bc,ab | depart,right,left,arrive | | c | a | bc,ab | depart,left,arrive | | d | b | cd,bc | depart,right,arrive |