Update alternatives flag

This commit is contained in:
Jeff Miccolis 2016-03-29 13:36:18 -04:00 committed by Patrick Niklaus
parent 6a65261765
commit a33edd15b4

View File

@ -25,7 +25,7 @@ Feature: Alternative route
Scenario: Enabled alternative Scenario: Enabled alternative
Given the query options Given the query options
| alt | true | | alternatives | true |
When I route I should get When I route I should get
| from | to | route | alternative | | from | to | route | alternative |
@ -33,7 +33,7 @@ Feature: Alternative route
Scenario: Disabled alternative Scenario: Disabled alternative
Given the query options Given the query options
| alt | false | | alternatives | false |
When I route I should get When I route I should get
| from | to | route | alternative | | from | to | route | alternative |