Sha256: da4ff97a005e2beef5bac748bd9c4c6cc3724e74e81204f2f169c919d8ce054a
Contents?: true
Size: 262 Bytes
Versions: 49
Compression:
Stored size: 262 Bytes
Contents
require File.expand_path('../../../../../spec_helper', __FILE__) require 'net/http' describe "Net::HTTPResponse#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