summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/support/server.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/server.rb b/spec/support/server.rb
index 8de0d9d..d96239a 100644
--- a/spec/support/server.rb
+++ b/spec/support/server.rb
@@ -22,7 +22,6 @@ RSpec.configure do |config|
Socket.tcp(ip, port.to_i) { true }
break
rescue Errno::ECONNREFUSED => error
- puts error.inspect
sleep 1
end
end