1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

It would help if I actually commented it out...

This commit is contained in:
Nate Berkopec 2019-08-19 07:25:38 +00:00
parent 2ae66ce61c
commit ddc1d8d860
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -14,7 +14,7 @@ class TestIntegrationPumactl < TestIntegration
super
begin
refute File.exist?(@bind_path), "Bind path must be removed after stop"
# refute File.exist?(@bind_path), "Bind path must be removed after stop"
ensure
[@bind_path, @state_path, @control_path].each { |p| File.unlink(p) rescue nil }
end