Mercurial > hg > soundsoftware-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
128:07fa8a8b56a8 | 210:0579821a129a |
---|---|
1 require 'test/unit' | |
2 | |
3 MYDIR = File.dirname(__FILE__) | |
4 | |
5 $:.unshift 'lib' | |
6 require 'coderay' | |
7 puts "Running basic CodeRay #{CodeRay::VERSION} tests..." | |
8 | |
9 suite = %w(basic load_plugin_scanner word_list) | |
10 for test_case in suite | |
11 load File.join(MYDIR, test_case + '.rb') | |
12 end |