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