organize cuke test with @todo and @bug

This commit is contained in:
Emil Tin
2013-09-05 20:00:42 +02:00
parent c9e40d3e59
commit 6c32d97b23
5 changed files with 76 additions and 52 deletions
+18
View File
@@ -233,3 +233,21 @@ Feature: Basic Routing
| d | a | abcd |
| a | m | aeim |
| m | a | aeim |
Scenario: Testbot - Triangle challenge
Given the node map
| | | | d |
| a | b | c | |
| | | | e |
And the ways
| nodes | highway | oneway |
| abc | primary | |
| cd | primary | yes |
| ce | river | |
| de | primary | |
When I route I should get
| from | to | route |
| d | c | de,ce |
| e | d | de |