Method: Cucumber::Formatter::Query::PickleStepByTestStep#initialize
- Defined in:
- lib/cucumber/formatter/query/pickle_step_by_test_step.rb
#initialize(config) ⇒ PickleStepByTestStep
Returns a new instance of PickleStepByTestStep.
9 10 11 12 |
# File 'lib/cucumber/formatter/query/pickle_step_by_test_step.rb', line 9 def initialize(config) @pickle_id_step_by_test_step_id = {} config.on_event :test_step_created, &method(:on_test_step_created) end |