File: test_all.rb

package info (click to toggle)
ruby-net-sftp 1%3A2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 528 kB
  • ctags: 860
  • sloc: ruby: 5,015; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#  $ 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) unless file == File.basename(__FILE__) }
end