Class: Cucumberator::Commands::ExitAll

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumberator/commands/exit_all.rb

Class Method Summary collapse

Class Method Details

.perform(*args, &block) ⇒ Object

return value - wants to quit?



5
6
7
8
# File 'lib/cucumberator/commands/exit_all.rb', line 5

def perform(*args, &block)
  Cucumber.wants_to_quit = true
  true
end