Mercurial > hg > soundsoftware-site
view vendor/gems/coderay-0.9.7/test/functional/.svn/text-base/suite.rb.svn-base @ 244:8972b600f4fb
Add some files from SVN working copy that addremove had overlooked
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 11:40:10 +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