From 197243cc997111f18cae979a57bffa2a71ef1f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Mon, 1 Apr 2019 15:27:45 +0200 Subject: [PATCH] fixup! Contain fibers and open ports in HTTP::Client and HTTP::WebSocket specs --- spec/std/http/client/client_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/std/http/client/client_spec.cr b/spec/std/http/client/client_spec.cr index 62d07de98bb5..fc38192c0c5e 100644 --- a/spec/std/http/client/client_spec.cr +++ b/spec/std/http/client/client_spec.cr @@ -1,4 +1,4 @@ -require "spec" +require "../spec_helper" require "openssl" require "http/client" require "http/server"