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