Sha256: f775587e31b58c49ef5f40aa4c4adac351837ed743af79afd81fc6e37e13c532

Contents?: true

Size: 497 Bytes

Versions: 60

Compression:

Stored size: 497 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 "assets" admin page
  #
  # would direct the request to the path you provide in the value:
  #
  #   admin_assets_path
  #
  PathMatchers = {} unless defined?(PathMatchers)
  PathMatchers.merge!({
    # /assets/i => 'admin_assets_path'
  })

end

World(NavigationHelpers)

Version data entries

60 entries across 60 versions & 4 rubygems

Version Path
trusty-clipped-extension-3.1.4 features/support/paths.rb
trusty-clipped-extension-3.1.3 features/support/paths.rb
trusty-clipped-extension-3.1.2 features/support/paths.rb
trusty-clipped-extension-3.1.1 features/support/paths.rb
trusty-clipped-extension-3.1.0 features/support/paths.rb
trusty-clipped-extension-3.0.0 features/support/paths.rb
trusty-clipped-extension-2.0.15 features/support/paths.rb
trusty-clipped-extension-2.0.14 features/support/paths.rb
trusty-clipped-extension-2.0.13 features/support/paths.rb
trusty-clipped-extension-2.0.12 features/support/paths.rb
trusty-clipped-extension-2.0.11 features/support/paths.rb
trusty-clipped-extension-2.0.10 features/support/paths.rb
trusty-clipped-extension-2.0.9 features/support/paths.rb
trusty-clipped-extension-2.0.8 features/support/paths.rb
trusty-clipped-extension-2.0.7 features/support/paths.rb
trusty-clipped-extension-2.0.6 features/support/paths.rb
trusty-clipped-extension-2.0.5 features/support/paths.rb
trusty-clipped-extension-2.0.4 features/support/paths.rb
trusty-clipped-extension-2.0.3.pre.beta features/support/paths.rb
trusty-clipped-extension-2.0.2.pre.beta features/support/paths.rb