File: test_all.rb

package info (click to toggle)
ruby-net-ssh-multi 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: ruby: 1,308; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#     $ ruby -Ilib -Itest -rrubygems test/test_all.rb
#     $ ruby -Ilib -Itest -rrubygems test/channel_test.rb
Dir["#{File.dirname(__FILE__)}/**/*_test.rb"].each do |file|
  load(file)
end