Class: Cucumber::Core::Test::UnskippableAction

Inherits:
Action show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/test/action.rb

Instance Method Summary collapse

Methods inherited from Action

#execute, #initialize, #inspect, #location

Constructor Details

This class inherits a constructor from Cucumber::Core::Test::Action

Instance Method Details

#skip(*args) ⇒ Object



55
56
57
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-core-11.0.0/lib/cucumber/core/test/action.rb', line 55

def skip(*args)
  execute(*args)
end