Method: Cucumber::Glue::ProtoWorld#skip_this_scenario
- Defined in:
- lib/cucumber/glue/proto_world.rb
#skip_this_scenario(message = 'Scenario skipped') ⇒ Object
Skips this step and the remaining steps in the scenario
111 112 113 |
# File 'lib/cucumber/glue/proto_world.rb', line 111 def skip_this_scenario( = 'Scenario skipped') raise Core::Test::Result::Skipped, end |