From 964397d4bfbcbbd27d51e252faf25e291429e7d9 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Tue, 27 Dec 2011 02:45:32 +0100 Subject: let autoloading to the work (fix test warnings) --- test/functional/examples.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1