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-2.2.8 features/support/paths.rb
trusty-rad-social-extension-2.2.7 features/support/paths.rb
trusty-rad-social-extension-3.0.0 features/support/paths.rb
trusty-rad-social-extension-2.2.6 features/support/paths.rb
trusty-rad-social-extension-2.2.5 features/support/paths.rb
trusty-rad-social-extension-2.2.4 features/support/paths.rb
trusty-rad-social-extension-2.2.3 features/support/paths.rb
trusty-rad-social-extension-2.2.2 features/support/paths.rb
trusty-rad-social-extension-2.2.1 features/support/paths.rb
trusty-rad-social-extension-2.2.0 features/support/paths.rb
trusty-rad-social-extension-2.1.0 features/support/paths.rb
trusty-rad-social-extension-2.0.2 features/support/paths.rb
trusty-rad-social-extension-2.0.1 features/support/paths.rb
trusty-rad-social-extension-2.0.0.pre.beta features/support/paths.rb
trusty-rad-social-extension-1.1.4 features/support/paths.rb
trusty-rad-social-extension-1.1.3 features/support/paths.rb
trusty-rad-social-extension-1.1.2 features/support/paths.rb
trusty-rad-social-extension-1.1.1 features/support/paths.rb
trusty-rad-social-extension-1.1.0 features/support/paths.rb
trusty-rad-social-extension-1.0.10 features/support/paths.rb