Module: NavigationHelpers

Defined in:
lib/generators/extension/templates/cucumber_paths.rb

Constant Summary collapse

PathMatchers =

Extend the standard PathMatchers with your own paths to be used in your features.

The keys and values here may be used in your standard web steps Using:

When I go to the "<%= file_name %>" admin page

would direct the request to the path you provide in the value:

admin_<%= file_name %>_path
{}