diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-21 02:41:52 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-09-21 02:41:52 +0200 |
commit | 0840836ff397f4a3404cdf51ff95b41e8bf9650f (patch) | |
tree | 141fe139f214d162ab5d7c1f5a3b3e611610ed08 /test/functional/suite.rb | |
parent | 8b8d32e28ec54276ec31543ae10b46834e09e4a8 (diff) | |
download | coderay-0840836ff397f4a3404cdf51ff95b41e8bf9650f.tar.gz |
cleanups, documentation for TokensProxy
Diffstat (limited to 'test/functional/suite.rb')
-rwxr-xr-x | test/functional/suite.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/suite.rb b/test/functional/suite.rb index 5490f98..ec23eec 100755 --- a/test/functional/suite.rb +++ b/test/functional/suite.rb @@ -1,5 +1,6 @@ require 'test/unit' +$VERBOSE = $CODERAY_DEBUG = true $:.unshift File.expand_path('../../../lib', __FILE__) require 'coderay' |