view vendor/gems/coderay-0.9.7/test/functional/suite.rb @ 932:5d2b359e644d cannam

Clarify repo instructions to tell user to reload page, not just look at it again
author Chris Cannam
date Wed, 04 Jul 2012 11:01:32 +0100
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