Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/test/functional/suite.rb @ 210:0579821a129a
Update to Redmine trunk rev 4802
author | Chris Cannam |
---|---|
date | Tue, 08 Feb 2011 13:51:46 +0000 |
parents | |
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