Sha256: 26d21ed752d8807b0f5167312a685f33c64a8b18d57255c0d7f83fc40d6917f0
Contents?: true
Size: 824 Bytes
Versions: 3
Compression:
Stored size: 824 Bytes
Contents
Feature: --all option --all option kills all known trema processes @sudo Scenario: killall --all Given I set the environment variables to: | variable | value | | TREMA_LOG_DIR | . | | TREMA_PID_DIR | . | | TREMA_SOCKET_DIR | . | And a file named "null_controller.rb" with: """ruby class NullController < Trema::Controller; end """ And a file named "void_controller.rb" with: """ruby class VoidController < Trema::Controller; end """ And I successfully run `trema run null_controller.rb -d` And I successfully run `trema run void_controller.rb -p 6654 -d` When I successfully run `trema killall --all` Then the following files should not exist: | NullController.pid | | VoidController.pid |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trema-0.10.1 | features/trema_killall/all_option.feature |
trema-0.10.0 | features/trema_killall/all_option.feature |
trema-0.9.0 | features/trema_killall/all_option.feature |