summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net/http/http/get_spec.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-06 22:04:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-05-06 22:04:14 +0900
commitddc29e29890f7f1b29effb84929e6856e45632ee (patch)
tree29a031e4777befcd0d2e31624f3f8ffad9fcd9c0 /spec/ruby/library/net/http/http/get_spec.rb
parentf2d6fa16e116cbb624ccc8df4cbc57422e236d46 (diff)
net-http no longer requires stringio
Diffstat (limited to 'spec/ruby/library/net/http/http/get_spec.rb')
-rw-r--r--spec/ruby/library/net/http/http/get_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/ruby/library/net/http/http/get_spec.rb b/spec/ruby/library/net/http/http/get_spec.rb
index 0948006fca..9f6c45f26b 100644
--- a/spec/ruby/library/net/http/http/get_spec.rb
+++ b/spec/ruby/library/net/http/http/get_spec.rb
@@ -30,6 +30,7 @@ describe "Net::HTTP.get" do
describe "when reading gzipped contents" do
def start_threads
require 'zlib'
+ require 'stringio'
server = nil
server_thread = Thread.new do