diff options
author | murphy <murphy@rubychan.de> | 2005-10-29 04:55:53 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-29 04:55:53 +0000 |
commit | 32440c8970eb351320ed3a9d5a986d275d3371c8 (patch) | |
tree | e86c71a856593d14ba03ce896f6ac773cddb6fec /test/ALL-TESTS.rb | |
parent | fb64737038ca13b4047219c429560b97b98fe22b (diff) | |
download | coderay-32440c8970eb351320ed3a9d5a986d275d3371c8.tar.gz |
Added Test environment.
Diffstat (limited to 'test/ALL-TESTS.rb')
-rw-r--r-- | test/ALL-TESTS.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ALL-TESTS.rb b/test/ALL-TESTS.rb new file mode 100644 index 0000000..4014cdc --- /dev/null +++ b/test/ALL-TESTS.rb @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby +$:.unshift "../lib" + +Dir.chdir File.dirname(__FILE__) +Dir["**/tc_*.rb"].each { |file| load file } |