mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@b65d01f
This commit is contained in:
parent
15d05f8120
commit
6998d75824
186 changed files with 3956 additions and 3339 deletions
|
@ -1,14 +1,12 @@
|
|||
require_relative '../../../spec_helper'
|
||||
require 'net/http'
|
||||
|
||||
ruby_version_is "2.6" do
|
||||
describe "Net::HTTPClientException" do
|
||||
it "is a subclass of Net::ProtoServerError" do
|
||||
Net::HTTPClientException.should < Net::ProtoServerError
|
||||
end
|
||||
describe "Net::HTTPClientException" do
|
||||
it "is a subclass of Net::ProtoServerError" do
|
||||
Net::HTTPClientException.should < Net::ProtoServerError
|
||||
end
|
||||
|
||||
it "includes the Net::HTTPExceptions module" do
|
||||
Net::HTTPClientException.should < Net::HTTPExceptions
|
||||
end
|
||||
it "includes the Net::HTTPExceptions module" do
|
||||
Net::HTTPClientException.should < Net::HTTPExceptions
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue