summaryrefslogtreecommitdiff
path: root/rake_tasks/test.rake
diff options
context:
space:
mode:
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