summaryrefslogtreecommitdiff
path: root/test/test_all.rb
blob: cd10079929837a6135d24e995df7cc21b148e0d7 (plain)
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