Sha256: 58afef50252675f09212a433f395d4e1050f6674224b76036a8dfa14eeaeb0b5
Contents?: true
Size: 545 Bytes
Versions: 16
Compression:
Stored size: 545 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
16 entries across 16 versions & 3 rubygems