summaryrefslogtreecommitdiff
path: root/test/executable/suite.rb
diff options
context:
space:
mode:
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