Sha256: b40db70ad8efad6f3d12345a4b254630bda6ecb06d680d83aee546e3c939e991

Contents?: true

Size: 214 Bytes

Versions: 4

Compression:

Stored size: 214 Bytes

Contents

module Cucumberator::Commands
  class ExitAll
    class << self
      # return value - wants to quit?
      def perform(*args, &block)
        Cucumber.wants_to_quit = true
        true
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumberator-1.0.3 lib/cucumberator/commands/exit_all.rb
cucumberator-1.0.2 lib/cucumberator/commands/exit_all.rb
cucumberator-1.0.1 lib/cucumberator/commands/exit_all.rb
cucumberator-1.0.0 lib/cucumberator/commands/exit_all.rb