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

Version Path
trusty-snippets-extension-3.0.1 features/support/paths.rb
trusty-snippets-extension-3.1.1 features/support/paths.rb
trusty-snippets-extension-3.1.0 features/support/paths.rb
trusty-snippets-extension-3.0.0 features/support/paths.rb
trusty-snippets-extension-2.0.7 features/support/paths.rb
trusty-snippets-extension-2.0.6 features/support/paths.rb
trusty-snippets-extension-2.0.5 features/support/paths.rb
trusty-snippets-extension-2.0.4 features/support/paths.rb
trusty-snippets-extension-2.0.3 features/support/paths.rb
trusty-snippets-extension-2.0.2.pre.beta features/support/paths.rb
trusty-snippets-extension-2.0.1.pre.beta features/support/paths.rb
trusty-snippets-extension-2.0.0.pre.beta features/support/paths.rb
trusty-snippets-extension-1.1.0 features/support/paths.rb
trusty-snippets-extension-1.0.2 features/support/paths.rb
trusty-snippets-extension-1.0.1 features/support/paths.rb
trusty-snippets-extension-1.0.0 features/support/paths.rb
radiant-snippets-extension-1.1.3 features/support/paths.rb
radiant-snippets-extension-1.1.2 features/support/paths.rb
radiant-snippets-extension-1.1.1 features/support/paths.rb
radiant-snippets-extension-1.1.0 features/support/paths.rb