mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
net-http no longer requires stringio
This commit is contained in:
parent
f2d6fa16e1
commit
ddc29e2989
4 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
require_relative '../../../../spec_helper'
|
||||
require 'net/http'
|
||||
require 'stringio'
|
||||
|
||||
describe "Net::HTTPResponse#read_body" do
|
||||
before :each do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue