diff options
Diffstat (limited to 'test/executable/suite.rb')
-rw-r--r-- | test/executable/suite.rb | 6 |
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 |