clean cucumber comments, fixes 'file to long' problem with latest version of cucumber
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@routing @foot @access
|
||||
Feature: Foot - Access tags on ways
|
||||
Reference: http://wiki.openstreetmap.org/wiki/Key:access
|
||||
# Reference: http://wiki.openstreetmap.org/wiki/Key:access
|
||||
|
||||
Background:
|
||||
Given the profile "foot"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@routing @foot @access
|
||||
Feature: Foot - Access tags on nodes
|
||||
Reference: http://wiki.openstreetmap.org/wiki/Key:access
|
||||
# Reference: http://wiki.openstreetmap.org/wiki/Key:access
|
||||
|
||||
Background:
|
||||
Given the profile "foot"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@routing @foot @oneway
|
||||
Feature: Foot - Oneway streets
|
||||
Handle oneways streets, as defined at http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing
|
||||
# Handle oneways streets, as defined at http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing
|
||||
|
||||
Background:
|
||||
Given the profile "foot"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@routing @foot @restrictions
|
||||
Feature: Foot - Turn restrictions
|
||||
Ignore turn restrictions on foot.
|
||||
# Ignore turn restrictions on foot.
|
||||
|
||||
Background:
|
||||
Given the profile "foot"
|
||||
|
||||
@@ -6,8 +6,8 @@ Feature: Roundabout Instructions
|
||||
|
||||
@todo
|
||||
Scenario: Foot - Roundabout instructions
|
||||
You can walk in both directions on a roundabout, bu the normal roundabout instructions don't
|
||||
make sense when you're going the opposite way around the roundabout.
|
||||
# You can walk in both directions on a roundabout, bu the normal roundabout instructions don't
|
||||
# make sense when you're going the opposite way around the roundabout.
|
||||
|
||||
Given the node map
|
||||
| | | v | | |
|
||||
|
||||
Reference in New Issue
Block a user