test/test_all.rb in net-sftp-2.0.4 vs test/test_all.rb in net-sftp-2.0.5

- old
+ new

@@ -1,3 +1,6 @@ -# $ ruby -Ilib -Itest -rrubygems test/test_all.rb +# $ ruby -I../net-ssh/lib -Ilib -Itest -rrubygems test/test_all.rb +#require 'net/ssh' +#puts Net::SSH::Version::CURRENT +require 'common' Dir.chdir(File.dirname(__FILE__)) do Dir['**/test_*.rb'].each { |file| require(file) } end \ No newline at end of file