summaryrefslogtreecommitdiff
path: root/test/executable/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-03-07 22:44:28 +0000
committermurphy <murphy@rubychan.de>2011-03-07 22:44:28 +0000
commit5803d382b3d3f053eceba892d3de2649060840a2 (patch)
tree182d22a9713e60abc23c84ed8cffe2d295998bf6 /test/executable/suite.rb
parent0eadffaa8754af81e7cb946449c45a44bd7ee552 (diff)
downloadcoderay-5803d382b3d3f053eceba892d3de2649060840a2.tar.gz
added more basic tests, cleanups
Diffstat (limited to 'test/executable/suite.rb')
-rw-r--r--test/executable/suite.rb2
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