minor: test fixes

This commit is contained in:
Kyle Banker 2011-12-12 15:35:51 -05:00
parent 486059de2e
commit 269f5b3f1e
1 changed files with 1 additions and 2 deletions

View File

@ -160,11 +160,10 @@ namespace :bamboo do
namespace :test do
task :ruby do
Rake::Task['ci:setup:testunit']
Rake::Task['test:ruby'].invoke
end
task :c => [:ci_reporter, "ci:setup:testunit"] do
task :c do
Rake::Task['gem:install_extensions'].invoke
Rake::Task['test:c'].invoke
end