Sha256: 83bc595dc2ecbc01469e8d70a4e9cf567ee55a8a2226a2a14cb978e8cd61b7a8
Contents?: true
Size: 221 Bytes
Versions: 2
Compression:
Stored size: 221 Bytes
Contents
require 'net/ftp' describe "Net::FTPTempError" do it "is an Exception" do Net::FTPTempError.should < Exception end it "is a subclass of Net::FTPError" do Net::FTPPermError.should < Net::FTPError end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubysl-net-ftp-2.0.1 | spec/FTPTempError_spec.rb |
rubysl-net-ftp-1.0.0 | spec/FTPTempError_spec.rb |