From 4a00fcbd92d6fbc5514e04c1de3a0540e84e996e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 15 Feb 2024 16:39:14 +0900 Subject: Rename and restructured net/ftp and net/http examples --- spec/ruby/library/net-http/HTTPBadResponse_spec.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 spec/ruby/library/net-http/HTTPBadResponse_spec.rb (limited to 'spec/ruby/library/net-http/HTTPBadResponse_spec.rb') diff --git a/spec/ruby/library/net-http/HTTPBadResponse_spec.rb b/spec/ruby/library/net-http/HTTPBadResponse_spec.rb new file mode 100644 index 0000000000..8f2e8ccfaf --- /dev/null +++ b/spec/ruby/library/net-http/HTTPBadResponse_spec.rb @@ -0,0 +1,8 @@ +require_relative '../../spec_helper' +require 'net/http' + +describe "Net::HTTPBadResponse" do + it "is a subclass of StandardError" do + Net::HTTPBadResponse.should < StandardError + end +end -- cgit v1.2.3