class Cucumber::SkippingStepMatch

def activate(test_step)

def activate(test_step)
  test_step.with_action { raise Core::Test::Result::Skipped }
end