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



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

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