summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/net/FTPProtoError_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/net/FTPProtoError_spec.rb')
-rw-r--r--spec/rubyspec/library/net/FTPProtoError_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/rubyspec/library/net/FTPProtoError_spec.rb b/spec/rubyspec/library/net/FTPProtoError_spec.rb
deleted file mode 100644
index 445ba1cd2f..0000000000
--- a/spec/rubyspec/library/net/FTPProtoError_spec.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require File.expand_path('../../../spec_helper', __FILE__)
-require 'net/ftp'
-
-describe "Net::FTPProtoError" do
- it "is an Exception" do
- Net::FTPProtoError.should < Exception
- end
-
- it "is a subclass of Net::FTPError" do
- Net::FTPPermError.should < Net::FTPError
- end
-end