require_relative '../../spec_helper' 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 tion/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/spec/ruby/library/scanf/string/scanf_spec.rb
AgeCommit message (Expand)Author
2019-09-29Update to ruby/spec@519df35Benoit Daloze
2019-09-20Removed Scanf from the ruby repository.Hiroshi SHIBATA
2018-03-04Update to ruby/spec@c1b568beregon
2018-01-29Update to ruby/spec@83063a3eregon
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon