class Cucumber::SkippingStepMatch

Public Instance Methods

activate(test_step) click to toggle source
# File lib/cucumber/step_match.rb, line 103
def activate(test_step)
  return test_step.with_action { raise Core::Test::Result::Skipped.new }
end