diff options
Diffstat (limited to 'spec/rubyspec/library/net/http/HTTPError_spec.rb')
-rw-r--r-- | spec/rubyspec/library/net/http/HTTPError_spec.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/rubyspec/library/net/http/HTTPError_spec.rb b/spec/rubyspec/library/net/http/HTTPError_spec.rb deleted file mode 100644 index 5fa87f140b..0000000000 --- a/spec/rubyspec/library/net/http/HTTPError_spec.rb +++ /dev/null @@ -1,12 +0,0 @@ -require File.expand_path('../../../../spec_helper', __FILE__) -require 'net/http' - -describe "Net::HTTPError" do - it "is a subclass of Net::ProtocolError" do - Net::HTTPError.should < Net::ProtocolError - end - - it "includes the Net::HTTPExceptions module" do - Net::HTTPError.should < Net::HTTPExceptions - end -end |