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