##// END OF EJS Templates
Replaced french word "anonyme" at app/views/wiki/show.rhtml with label_user_anonymous (#8994)....
Replaced french word "anonyme" at app/views/wiki/show.rhtml with label_user_anonymous (#8994). Contributed by Tom Rochette. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6411 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r4619:144ca23442a5
r6291:48dccc46f079
Show More
load_plugin_scanner.rb
11 lines | 231 B | text/x-ruby | RubyLexer
require 'test/unit'
require 'coderay'
class PluginScannerTest < Test::Unit::TestCase
def test_load
require File.join(File.dirname(__FILE__), 'vhdl')
assert_equal 'VHDL', CodeRay.scanner(:vhdl).class.name
end
end