class Cucumber::Events::StepActivated

Event fired when a step is activated

def initialize(test_step, step_match)

Other tags:
    Private: -
def initialize(test_step, step_match)
  @test_step = test_step
  @step_match = step_match
end