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