summaryrefslogtreecommitdiff
path: root/test/executable
diff options
context:
space:
mode:
Diffstat (limited to 'test/executable')
-rw-r--r--test/executable/suite.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/executable/suite.rb b/test/executable/suite.rb
index 0c5de27..fdfeb4d 100644
--- a/test/executable/suite.rb
+++ b/test/executable/suite.rb
@@ -1,11 +1,11 @@
require 'test/unit'
require 'pathname'
+$:.unshift 'lib'
+require 'coderay'
MYDIR = File.dirname(__FILE__)
-$:.unshift 'lib'
-require 'coderay'
-puts "Running basic CodeRay #{CodeRay::VERSION} executable tests..."
+puts "Running CodeRay #{CodeRay::VERSION} executable tests..."
class TestCodeRayExecutable < Test::Unit::TestCase