##// END OF EJS Templates
replace « and » at app/views/search/index.rhtml to hexadecimal UTF-8 strings (#4796)....
replace « and » at app/views/search/index.rhtml to hexadecimal UTF-8 strings (#4796). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6413 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r4619:144ca23442a5
r6293:9da89fd4db25
Show More
suite.rb
12 lines | 265 B | text/x-ruby | RubyLexer
require 'test/unit'
MYDIR = File.dirname(__FILE__)
$:.unshift 'lib'
require 'coderay'
puts "Running basic CodeRay #{CodeRay::VERSION} tests..."
suite = %w(basic load_plugin_scanner word_list)
for test_case in suite
load File.join(MYDIR, test_case + '.rb')
end