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