summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-05-01 02:54:00 +0000
committermurphy <murphy@rubychan.de>2010-05-01 02:54:00 +0000
commit6f1178b7fb8967dda865433ecb9e309f6cb733e1 (patch)
treed856d8ecfd651e631e1cd5656dcc2b4c1608faa6
parent400237ca24b3c5d729b5bb2fb3320c6ae16151d3 (diff)
downloadcoderay-6f1178b7fb8967dda865433ecb9e309f6cb733e1.tar.gz
Added examples tests to the functional suite.
-rwxr-xr-xtest/functional/suite.rb2
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