mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
[CI] Remove the t3-pid file after tests
This commit is contained in:
parent
8643b5c69f
commit
53978d22c5
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class TestPumaControlCli < TestConfigFileBase
|
|||
def test_config_file
|
||||
control_cli = Puma::ControlCLI.new ["--config-file", "test/config/state_file_testing_config.rb", "halt"]
|
||||
assert_equal "t3-pid", control_cli.instance_variable_get("@pidfile")
|
||||
File.unlink "t3-pid" if File.file? "t3-pid"
|
||||
end
|
||||
|
||||
def test_app_env_without_environment
|
||||
|
|
Loading…
Add table
Reference in a new issue