Module NavigationHelpers
In: lib/generators/cucumber/install/templates/support/paths.rb

Methods

path_to  

Public Instance methods

Maps a name to a path. Used by the

  When /^I go to (.+)$/ do |page_name|

step definition in web_steps.rb

[Validate]