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

Inherits:
Action
  • Object
show all
Defined in:
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



56
57
58
# File 'lib/cucumber/core/test/action.rb', line 56

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