From a33edd15b461e65b1c0f35889d0d8f69bd7acbdb Mon Sep 17 00:00:00 2001 From: Jeff Miccolis Date: Tue, 29 Mar 2016 13:36:18 -0400 Subject: [PATCH] Update alternatives flag --- features/testbot/alternative.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/testbot/alternative.feature b/features/testbot/alternative.feature index cb99b4377..841cf6d7a 100644 --- a/features/testbot/alternative.feature +++ b/features/testbot/alternative.feature @@ -25,7 +25,7 @@ Feature: Alternative route Scenario: Enabled alternative Given the query options - | alt | true | + | alternatives | true | When I route I should get | from | to | route | alternative | @@ -33,7 +33,7 @@ Feature: Alternative route Scenario: Disabled alternative Given the query options - | alt | false | + | alternatives | false | When I route I should get | from | to | route | alternative |