Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/test/functional/load_plugin_scanner.rb @ 774:58410c63bb84 feature_334
Force a Google search box rudely into the middle of the search view, just to see how it looks.
It can be styled reasonably well -- but the adverts, when they appear, are atrocious.
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 17 Nov 2011 14:56:55 +0000 |
parents | 0579821a129a |
children |
line wrap: on
line source
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