# (c) Copyright 2006-2007 Nick Sieger # See the file LICENSE.txt included with the distribution for # software license details. namespace :ci do namespace :setup do task :testunit do rm_rf ENV["CI_REPORTS"] || "test/reports" ENV["TESTOPTS"] = "#{File.dirname(__FILE__)}/test_unit_loader.rb" end end end