summaryrefslogtreecommitdiff
path: root/rake_tasks/test.rake
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-04-28 13:59:30 +0000
committermurphy <murphy@rubychan.de>2010-04-28 13:59:30 +0000
commit543ccf7de2c2979f000d2ad168563830b6df676e (patch)
treebbd088a840a6494be2d806c9aa88c9a629f9729a /rake_tasks/test.rake
parente5c7cbb44722db5671cef5391d0a2ecbee41dce5 (diff)
downloadcoderay-543ccf7de2c2979f000d2ad168563830b6df676e.tar.gz
Added 191 task, added 191 and 187 to the list of test:all Ruby versions.
Diffstat (limited to 'rake_tasks/test.rake')
-rw-r--r--rake_tasks/test.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake
index 67c6f62..8f114a4 100644
--- a/rake_tasks/test.rake
+++ b/rake_tasks/test.rake
@@ -15,7 +15,7 @@ namespace :test do
desc 'run all functional tests on all supported Ruby platforms'
task :all do
$stdout.sync = true
- for task in %w(test:functional 19 test:functional jruby test:functional ee test:functional)
+ for task in %w(test:functional 187 test:functional ee test:functional 19 test:functional 191 test:functional jruby test:functional)
if task == 'test:functional'
puts "\n\nTesting with #{RUBY}..."
Rake::Task['test:functional'].reenable