diff options
author | murphy <murphy@rubychan.de> | 2010-06-29 06:24:14 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-29 06:24:14 +0000 |
commit | b16a74394aa034bb58439ec78bb89d0a3c90ed91 (patch) | |
tree | 98c9830a9bd1811e698a611108c0532c0cda8f35 /test/executable | |
parent | ebb546f46873d5a60cb08b1010fe5e8d9ec8a817 (diff) | |
download | coderay-b16a74394aa034bb58439ec78bb89d0a3c90ed91.tar.gz |
Cleaning up tests.
Diffstat (limited to 'test/executable')
-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 |