Module: Pickles

Extended by:
Helpers::Main
Includes:
Helpers::Main
Included in:
FillIN::ComplexInput
Defined in:
lib/cucumber/pickles.rb,
lib/cucumber/pickles/config.rb,
lib/cucumber/pickles/helpers.rb,
lib/cucumber/pickles/version.rb

Overview

:nodoc:

Defined Under Namespace

Modules: StepDef Classes: Ambiguous, Config

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Methods included from Helpers::Main

attach_file, blur, parent_node, select_input, trigger

Methods included from Waiter

page, pending_ajax_requests_num, wait, wait_for_ajax

Methods included from NodeFinders

#_rescued_find, #detect_node, #find_input, #find_node, #guess_node

Class Method Details

.configObject



8
9
10
# File 'lib/cucumber/pickles/config.rb', line 8

def config
  @_configuration ||= Pickles::Config.new
end

.configure {|config| ... } ⇒ Object

Yields:



4
5
6
# File 'lib/cucumber/pickles/config.rb', line 4

def configure
  yield config
end