Skip to content

Commit

Permalink
minor: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Dec 12, 2011
1 parent 486059d commit 269f5b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 269f5b3

Please sign in to comment.