Class: Cucumber::SkippingStepMatch

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/step_match.rb

Instance Method Summary collapse

Instance Method Details

#activate(test_step) ⇒ Object



100
101
102
# File 'lib/cucumber/step_match.rb', line 100

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