clean cucumber comments, fixes 'file to long' problem with latest version of cucumber

This commit is contained in:
Emil Tin
2014-03-27 21:46:53 +01:00
parent 65e020a627
commit 5f7065848e
26 changed files with 52 additions and 54 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@routing @car @access
Feature: Car - Restricted access
Reference: http://wiki.openstreetmap.org/wiki/Key:access
# Reference: http://wiki.openstreetmap.org/wiki/Key:access
Background:
Given the profile "car"
+1 -1
View File
@@ -1,6 +1,6 @@
@routing @car @oneway
Feature: Car - 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 "car"
+2 -2
View File
@@ -1,7 +1,7 @@
@routing @car @restrictions
Feature: Car - Turn restrictions
Handle turn restrictions as defined by http://wiki.openstreetmap.org/wiki/Relation:restriction
Note that if u-turns are allowed, turn restrictions can lead to suprising, but correct, routes.
# Handle turn restrictions as defined by http://wiki.openstreetmap.org/wiki/Relation:restriction
# Note that if u-turns are allowed, turn restrictions can lead to suprising, but correct, routes.
Background: Use car routing
Given the profile "car"