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

Version Path
trusty-rad-social-extension-1.0.9 features/support/paths.rb
trusty-rad-social-extension-1.0.8 features/support/paths.rb
trusty-rad-social-extension-1.0.7 features/support/paths.rb
trusty-rad-social-extension-1.0.6 features/support/paths.rb
trusty-rad-social-extension-1.0.5 features/support/paths.rb
trusty-rad-social-extension-1.0.4 features/support/paths.rb
trusty-rad-social-extension-1.0.3 features/support/paths.rb
trusty-rad-social-extension-1.0.2 features/support/paths.rb
trusty-rad-social-extension-1.0.1 features/support/paths.rb
trusty-rad-social-extension-1.0.0 features/support/paths.rb