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