diff options
author | murphy <murphy@rubychan.de> | 2010-05-01 02:54:00 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-05-01 02:54:00 +0000 |
commit | 6f1178b7fb8967dda865433ecb9e309f6cb733e1 (patch) | |
tree | d856d8ecfd651e631e1cd5656dcc2b4c1608faa6 | |
parent | 400237ca24b3c5d729b5bb2fb3320c6ae16151d3 (diff) | |
download | coderay-6f1178b7fb8967dda865433ecb9e309f6cb733e1.tar.gz |
Added examples tests to the functional suite.
-rwxr-xr-x | test/functional/suite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/suite.rb b/test/functional/suite.rb index 97dd330..3917689 100755 --- a/test/functional/suite.rb +++ b/test/functional/suite.rb @@ -6,7 +6,7 @@ $:.unshift 'lib' require 'coderay' puts "Running basic CodeRay #{CodeRay::VERSION} tests..." -suite = %w(basic load_plugin_scanner word_list) +suite = %w(basic examples load_plugin_scanner word_list) for test_case in suite load File.join(MYDIR, test_case + '.rb') end |