summaryrefslogtreecommitdiff
path: root/test/functional/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-05-01 01:31:56 +0000
committermurphy <murphy@rubychan.de>2010-05-01 01:31:56 +0000
commitfa975bbf5d40644d987887b4cf273a3f02612f03 (patch)
tree5ffada8100c1b6cb9057dec7985daaf6d1851396 /test/functional/suite.rb
parente271dc13633fa6dba9fb87f415d72505af0cc88c (diff)
downloadcoderay-fa975bbf5d40644d987887b4cf273a3f02612f03.tar.gz
Direct Streaming! See #142 and Changes.textile.
Diffstat (limited to 'test/functional/suite.rb')
-rwxr-xr-xtest/functional/suite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/suite.rb b/test/functional/suite.rb
index 039ab47..97dd330 100755
--- a/test/functional/suite.rb
+++ b/test/functional/suite.rb
@@ -2,7 +2,7 @@ require 'test/unit'
MYDIR = File.dirname(__FILE__)
-$: << 'lib'
+$:.unshift 'lib'
require 'coderay'
puts "Running basic CodeRay #{CodeRay::VERSION} tests..."