class Cucumber::Events::StepMatch
Event fired when a step is matched to a definition
def initialize(test_step, step_match)
def initialize(test_step, step_match) @test_step, @step_match = test_step, step_match end
Event fired when a step is matched to a definition
def initialize(test_step, step_match) @test_step, @step_match = test_step, step_match end