From aba41d318eccca362c127ab6fc7eef55d715a156 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 22 Apr 2009 03:12:47 +0000 Subject: RubyEE no longer included in test:all. It always reacts the same way as my default Ruby 1.8. --- rake_tasks/test.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake index 2d05d3c..c02f32f 100644 --- a/rake_tasks/test.rake +++ b/rake_tasks/test.rake @@ -40,7 +40,7 @@ namespace :test do desc 'run all tests on all supported Ruby platforms' task :all do $stdout.sync = true - for task in %w(test 19 test jruby test ee test) + for task in %w(test 19 test jruby test) if task == 'test' puts "\n\nTesting with #{RUBY}..." Rake::Task['test'].reenable -- cgit v1.2.1