Sha256: e5a0938f36ef6a40f37820a34117e0e5a2b19c290a3b3ec810bb428ead4e687a
Contents?: true
Size: 536 Bytes
Versions: 65
Compression:
Stored size: 536 Bytes
Contents
module NavigationHelpers # 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 # PathMatchers = {} unless defined?(PathMatchers) PathMatchers.merge!({ # /<%= file_name %>/i => 'admin_<%= file_name %>_path' }) end World(NavigationHelpers)
Version data entries
65 entries across 65 versions & 1 rubygems