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-2.0.1.pre.beta features/support/paths.rb
trusty-clipped-extension-2.0.0.pre.beta features/support/paths.rb
trusty-clipped-extension-1.1.1 features/support/paths.rb
trusty-clipped-extension-1.1.0 features/support/paths.rb
radiant-clipped-extension-1.1.2 features/support/paths.rb
trusty-clipped-extension-1.0.11 features/support/paths.rb
trusty-clipped-extension-1.0.10 features/support/paths.rb
trusty-clipped-extension-1.0.9 features/support/paths.rb
trusty-clipped-extension-1.0.8 features/support/paths.rb
trusty-clipped-extension-1.0.7 features/support/paths.rb
trusty-clipped-extension-1.0.6 features/support/paths.rb
trusty-clipped-extension-1.0.5 features/support/paths.rb
trusty-clipped-extension-1.0.4 features/support/paths.rb
trusty-clipped-extension-1.0.3 features/support/paths.rb
trusty-clipped-extension-1.0.2 features/support/paths.rb
trusty-clipped-extension-1.0.1 features/support/paths.rb
trusty-clipped-extension-1.0.0 features/support/paths.rb
radiant-clipped-extension-add-group-1.1.2 features/support/paths.rb
radiant-clipped-extension-1.1.1 features/support/paths.rb
radiant-clipped-extension-1.1.0 features/support/paths.rb