view vendor/gems/coderay-0.9.7/test/functional/suite.rb @ 591:9e866f13c984 feature_36

Author Autocomplete: Changes in the User/Authorship selection mechanism. Separated the search box from the name field.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 12 Aug 2011 16:21:35 +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