Sha256: f775587e31b58c49ef5f40aa4c4adac351837ed743af79afd81fc6e37e13c532
Contents?: true
Size: 497 Bytes
Versions: 60
Compression:
Stored size: 497 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 "assets" admin page # # would direct the request to the path you provide in the value: # # admin_assets_path # PathMatchers = {} unless defined?(PathMatchers) PathMatchers.merge!({ # /assets/i => 'admin_assets_path' }) end World(NavigationHelpers)
Version data entries
60 entries across 60 versions & 4 rubygems