Sha256: 5171dd2f5ffcaca9221dac5776c46677ed6f0f8a96a362c633def394bf784d57
Contents?: true
Size: 267 Bytes
Versions: 49
Compression:
Stored size: 267 Bytes
Contents
require File.expand_path('../../../../../spec_helper', __FILE__) require 'net/http' describe "Net::HTTPResponse#read_header" do it "returns self" do res = Net::HTTPUnknownResponse.new("1.0", "???", "test response") res.response.should equal(res) end end
Version data entries
49 entries across 49 versions & 2 rubygems