diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 16:33:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 16:33:48 -0600 |
| commit | 5f6a3117e274f2d8129b28f8dd77b2e73b9333ef (patch) | |
| tree | 93b29c2369650453b1ea6a5b0c1140afb7ac1949 /spec | |
| parent | 9cd290ef3e924ef9a7b6c291b653f1df7b54a9b9 (diff) | |
chore: remove debug logging
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/support/proxy_helper.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/support/proxy_helper.rb b/spec/support/proxy_helper.rb index 1f4cd4f..add0c24 100644 --- a/spec/support/proxy_helper.rb +++ b/spec/support/proxy_helper.rb @@ -10,12 +10,10 @@ end RSpec.configure do |config| config.include(ProxyHelper, type: :integration) config.before(:suite) do - pid = ProxyServer.instance.start - puts "START PROXY SERVER (#{pid})" + ProxyServer.instance.start end config.after(:suite) do - puts "STOP PROXY SERVER (#{ProxyServer.instance.pid})" ProxyServer.instance.stop end end |
