summaryrefslogtreecommitdiff
path: root/test/uri
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-26 20:27:57 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-26 20:28:01 +0900
commitb94f50ed9138b9dec04f2df6d1dcf47983985c66 (patch)
treec4243087cc956ea2124dc506594fb38fdb588669 /test/uri
parentb0b6d0a68854c637b9be63f3af178eb4eb285fc1 (diff)
Added implictily require for URI::HTTP
Diffstat (limited to 'test/uri')
-rw-r--r--test/uri/test_ws.rb1
1 files changed, 1 insertions, 0 deletions
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