summaryrefslogtreecommitdiff
path: root/test/functional/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-01 04:44:10 +0000
committermurphy <murphy@rubychan.de>2010-01-01 04:44:10 +0000
commit228726f6bfed89b86fb985d554040f91de776840 (patch)
tree007a9c0201ff8ec6f8f6b665ca65266acd950715 /test/functional/suite.rb
parentc45da135ebc403f9e10c09afec73b44bdbc74153 (diff)
downloadcoderay-228726f6bfed89b86fb985d554040f91de776840.tar.gz
Cleaning up functional tests; test:functional scans without loading Rubygems now.
Diffstat (limited to 'test/functional/suite.rb')
-rwxr-xr-xtest/functional/suite.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/suite.rb b/test/functional/suite.rb
index 6c6d625..ae9c7f0 100755
--- a/test/functional/suite.rb
+++ b/test/functional/suite.rb
@@ -1,9 +1,10 @@
require 'test/unit'
-require 'pathname'
+require 'pathname'
MYDIR = File.dirname(__FILE__)
LIBDIR = Pathname.new(MYDIR).join('..', '..', 'lib').cleanpath.to_s
$LOAD_PATH.unshift MYDIR, LIBDIR
require 'basic'
+require 'load_plugin_scanner'
require 'word_list'