summaryrefslogtreecommitdiff
path: root/rake_tasks
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-04-22 03:12:47 +0000
committermurphy <murphy@rubychan.de>2009-04-22 03:12:47 +0000
commitaba41d318eccca362c127ab6fc7eef55d715a156 (patch)
tree8cef6cdf9b33d36a1029fefb3937ff0ea46e4a59 /rake_tasks
parentde1bcdee24198385146018c70c4635e539549b48 (diff)
downloadcoderay-aba41d318eccca362c127ab6fc7eef55d715a156.tar.gz
RubyEE no longer included in test:all.
It always reacts the same way as my default Ruby 1.8.
Diffstat (limited to 'rake_tasks')
-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 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