Skip to content

Commit

Permalink
Add test to check new way naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed Jun 1, 2015
1 parent 4e57e10 commit 4146695
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions features/car/names.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Feature: Car - Street names in instructions
| | c |

And the ways
| nodes | name |
| ab | My Way |
| bc | Your Way |
| nodes | name | ref |
| ab | My Way | |
| bc | Your Way | A1 |

When I route I should get
| from | to | route |
| a | c | My Way,Your Way |
| from | to | route |
| a | c | My Way,Your Way (A1) |

@todo
Scenario: Car - Use way type to describe unnamed ways
Expand Down

0 comments on commit 4146695

Please sign in to comment.