diff options
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 |