Class: Cucumber::SkippingStepMatch
- Inherits:
-
Object
- Object
- Cucumber::SkippingStepMatch
- Defined in:
- lib/cucumber/step_match.rb
Instance Method Summary collapse
Instance Method Details
#activate(test_step) ⇒ Object
99 100 101 |
# File 'lib/cucumber/step_match.rb', line 99 def activate(test_step) return test_step.with_action { raise Core::Test::Result::Skipped.new } end |