From b94f50ed9138b9dec04f2df6d1dcf47983985c66 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 26 Mar 2020 20:27:57 +0900 Subject: Added implictily require for URI::HTTP --- test/uri/test_ws.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/uri') diff --git a/test/uri/test_ws.rb b/test/uri/test_ws.rb index e3e66f80c0..17acb0d9f2 100644 --- a/test/uri/test_ws.rb +++ b/test/uri/test_ws.rb @@ -1,5 +1,6 @@ # frozen_string_literal: false require 'test/unit' +require 'uri/http' require 'uri/ws' module URI -- cgit v1.2.1