class Cucumber::Events::StepActivated
Event fired when a step is activated
def initialize(test_step, step_match)
- Private: -
def initialize(test_step, step_match) @test_step = test_step @step_match = step_match end
Event fired when a step is activated
def initialize(test_step, step_match) @test_step = test_step @step_match = step_match end