Rewrite cucumber test suite in JS

This commit is contained in:
Lauren Budorick
2016-03-04 12:11:05 -08:00
parent ea027a7cc1
commit c8bb50497b
70 changed files with 2889 additions and 2368 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ Feature: Bicycle - Handle movable bridge
Background:
Given the profile "bicycle"
Scenario: Car - Use a ferry route
Scenario: Bicycle - Use a ferry route
Given the node map
| a | b | c | | |
| | | d | | |
@@ -27,7 +27,7 @@ Feature: Bicycle - Handle movable bridge
| c | f | cde,efg | 5,1 |
| c | g | cde,efg | 5,1 |
Scenario: Car - Properly handle durations
Scenario: Bicycle - Properly handle durations
Given the node map
| a | b | c | | |
| | | d | | |