Sha256: c81b96ade4e74e0d3b991be91fdeb6648a5d45223a0daddc3bc9e15b3cc2d21f
Contents?: true
Size: 538 Bytes
Versions: 130
Compression:
Stored size: 538 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
130 entries across 130 versions & 1 rubygems