From b16a74394aa034bb58439ec78bb89d0a3c90ed91 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 29 Jun 2010 06:24:14 +0000 Subject: Cleaning up tests. --- test/executable/suite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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 -- cgit v1.2.1