summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-12-27 02:45:32 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2011-12-27 02:45:32 +0100
commit964397d4bfbcbbd27d51e252faf25e291429e7d9 (patch)
tree794be4a7e15f413a0812cdc3de69a871d048eebe /test
parentc8e21f2e6c83fffcb18e4e1b130bf4b3cf6b50de (diff)
downloadcoderay-964397d4bfbcbbd27d51e252faf25e291429e7d9.tar.gz
let autoloading to the work (fix test warnings)
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/examples.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/examples.rb b/test/functional/examples.rb
index 8540ac9..ff64af3 100755
--- a/test/functional/examples.rb
+++ b/test/functional/examples.rb
@@ -97,7 +97,6 @@ Token Types (7):
DIV
# highlight a file (HTML div); guess the file type base on the extension
- require 'coderay/helpers/file_type'
assert_equal :ruby, CodeRay::FileType[__FILE__]
# get a new scanner for Python