class Cucumber::SkippingStepMatch
Public Instance Methods
Source
# File lib/cucumber/step_match.rb, line 99 def activate(test_step) test_step.with_action { raise Core::Test::Result::Skipped } end
# File lib/cucumber/step_match.rb, line 99 def activate(test_step) test_step.with_action { raise Core::Test::Result::Skipped } end