diff options
author | murphy <murphy@rubychan.de> | 2005-10-29 15:11:36 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-29 15:11:36 +0000 |
commit | 20cc0418476d2f27276fbf4cfe42fd884092befd (patch) | |
tree | f32d4c03fe1c3f20729d333acba2cc5326ac5af0 /test/ALL-TESTS.rb | |
parent | 382685e66f662d8bfb760099ec5e394f15db0d3c (diff) | |
download | coderay-20cc0418476d2f27276fbf4cfe42fd884092befd.tar.gz |
ALL-TESTS.rb: not needed.
test/ruby/example.in.rb: PLEAC part was doubled - deleted and adjusted target.
suite.rb: back to debug hints.
Diffstat (limited to 'test/ALL-TESTS.rb')
-rw-r--r-- | test/ALL-TESTS.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ALL-TESTS.rb b/test/ALL-TESTS.rb deleted file mode 100644 index 4014cdc..0000000 --- a/test/ALL-TESTS.rb +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env ruby -$:.unshift "../lib" - -Dir.chdir File.dirname(__FILE__) -Dir["**/tc_*.rb"].each { |file| load file } |