diff options
author | murphy <murphy@rubychan.de> | 2011-03-07 22:44:28 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-03-07 22:44:28 +0000 |
commit | 5803d382b3d3f053eceba892d3de2649060840a2 (patch) | |
tree | 182d22a9713e60abc23c84ed8cffe2d295998bf6 /test/executable | |
parent | 0eadffaa8754af81e7cb946449c45a44bd7ee552 (diff) | |
download | coderay-5803d382b3d3f053eceba892d3de2649060840a2.tar.gz |
added more basic tests, cleanups
Diffstat (limited to 'test/executable')
-rw-r--r-- | test/executable/suite.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/executable/suite.rb b/test/executable/suite.rb index fdfeb4d..ddb0527 100644 --- a/test/executable/suite.rb +++ b/test/executable/suite.rb @@ -3,8 +3,6 @@ require 'pathname' $:.unshift 'lib' require 'coderay' -MYDIR = File.dirname(__FILE__) - puts "Running CodeRay #{CodeRay::VERSION} executable tests..." class TestCodeRayExecutable < Test::Unit::TestCase |