cleanup indentation of cuke files
This commit is contained in:
parent
58b7ef8431
commit
b5bfdb56dc
@ -26,5 +26,3 @@ Feature: Car - Handle ferry routes
|
|||||||
| c | e | cde |
|
| c | e | cde |
|
||||||
| c | f | cde,efg |
|
| c | f | cde,efg |
|
||||||
| c | g | cde,efg |
|
| c | g | cde,efg |
|
||||||
|
|
||||||
|
|
||||||
|
@ -29,5 +29,3 @@ Feature: Car - Handle ferryshuttle train routes
|
|||||||
| c | f | cde,ef |
|
| c | f | cde,ef |
|
||||||
| f | g | |
|
| f | g | |
|
||||||
| g | h | gh |
|
| g | h | gh |
|
||||||
|
|
||||||
|
|
||||||
|
@ -50,21 +50,3 @@ Feature: Via points
|
|||||||
When I route I should get
|
When I route I should get
|
||||||
| waypoints | route |
|
| waypoints | route |
|
||||||
| a,c,f,h | ab,bcd,de,efg,gh |
|
| a,c,f,h | ab,bcd,de,efg,gh |
|
||||||
|
|
||||||
@bug @todo
|
|
||||||
Scenario: U-turn should be allowed at via point
|
|
||||||
Given the node map
|
|
||||||
| a | b | c |
|
|
||||||
| | d | |
|
|
||||||
| | e | |
|
|
||||||
|
|
||||||
And the ways
|
|
||||||
| nodes |
|
|
||||||
| abc |
|
|
||||||
| bd |
|
|
||||||
| de |
|
|
||||||
|
|
||||||
When I route I should get
|
|
||||||
| waypoints | route |
|
|
||||||
| a,d,c | abc,bd,bd,abc |
|
|
||||||
|
|
||||||
|
@ -9,4 +9,3 @@ Feature: Timestamp
|
|||||||
| ab |
|
| ab |
|
||||||
When I request /timestamp
|
When I request /timestamp
|
||||||
Then I should get a valid timestamp
|
Then I should get a valid timestamp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user