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

Version Path
radiant-1.0.0 ruby-debug/ruby/1.8/gems/radiant-archive-extension-1.0.7/features/support/paths.rb
radiant-archive-extension-1.0.7 features/support/paths.rb
radiant-archive-extension-1.0.6 features/support/paths.rb
radiant-archive-extension-1.0.5 features/support/paths.rb
radiant-archive-extension-1.0.4 features/support/paths.rb
radiant-archive-extension-1.0.3 features/support/paths.rb
radiant-archive-extension-1.0.2 features/support/paths.rb
radiant-archive-extension-1.0.1 features/support/paths.rb
radiant-archive-extension-1.0.0 features/support/paths.rb
radiant-1.0.0.rc2 vendor/extensions/archive/features/support/paths.rb