Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/test/functional/suite.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' 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