cleanup indentation of cuke files

This commit is contained in:
Emil Tin 2013-08-29 19:29:13 +02:00
parent 58b7ef8431
commit b5bfdb56dc
63 changed files with 4486 additions and 4509 deletions

View File

@ -26,5 +26,3 @@ Feature: Car - Handle ferry routes
| c | e | cde |
| c | f | cde,efg |
| c | g | cde,efg |

View File

@ -29,5 +29,3 @@ Feature: Car - Handle ferryshuttle train routes
| c | f | cde,ef |
| f | g | |
| g | h | gh |

View File

@ -50,21 +50,3 @@ Feature: Via points
When I route I should get
| waypoints | route |
| 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 |

View File

@ -9,4 +9,3 @@ Feature: Timestamp
| ab |
When I request /timestamp
Then I should get a valid timestamp