diff options
author | murphy <murphy@rubychan.de> | 2009-04-22 03:12:47 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-04-22 03:12:47 +0000 |
commit | aba41d318eccca362c127ab6fc7eef55d715a156 (patch) | |
tree | 8cef6cdf9b33d36a1029fefb3937ff0ea46e4a59 | |
parent | de1bcdee24198385146018c70c4635e539549b48 (diff) | |
download | coderay-aba41d318eccca362c127ab6fc7eef55d715a156.tar.gz |
RubyEE no longer included in test:all.
It always reacts the same way as my default Ruby 1.8.
-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 |