diff options
-rw-r--r-- | rake_tasks/test.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |