summaryrefslogtreecommitdiff
path: root/test/test_all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_all.rb')
-rw-r--r--test/test_all.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.rb b/test/test_all.rb
index c8b4e29..cd10079 100644
--- a/test/test_all.rb
+++ b/test/test_all.rb
@@ -1,3 +1,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 \ No newline at end of file