summaryrefslogtreecommitdiff
path: root/test/functional/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-04-20 21:14:35 +0000
committermurphy <murphy@rubychan.de>2009-04-20 21:14:35 +0000
commitd9d447e4d8c09943dc7832cdc921be7f2039471e (patch)
treef55b3838e28f678dba431738144f0e63baaf2804 /test/functional/suite.rb
parent04e1ddf7e29af75c9b90da3153c77de6166d0ec7 (diff)
downloadcoderay-d9d447e4d8c09943dc7832cdc921be7f2039471e.tar.gz
Fixed some test suite problems.
* coderay_suite: UTF-8 output is compared as binary. * functional tests: cleaned up. * test/unit: prevent Ruby 1.9 warning about circular require.
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 e187677..6c6d625 100755
--- a/test/functional/suite.rb
+++ b/test/functional/suite.rb
@@ -6,4 +6,4 @@ LIBDIR = Pathname.new(MYDIR).join('..', '..', 'lib').cleanpath.to_s
$LOAD_PATH.unshift MYDIR, LIBDIR
require 'basic'
-require 'word_list' \ No newline at end of file
+require 'word_list'