Sha256: 1061d16c81667af6f7ff080033761af067eaa92820ca0150700dd731206e0cf4
Contents?: true
Size: 382 Bytes
Versions: 5
Compression:
Stored size: 382 Bytes
Contents
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com> # 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"] ||= "" ENV["TESTOPTS"] += " #{File.dirname(__FILE__)}/test_unit_loader.rb" end end end
Version data entries
5 entries across 5 versions & 1 rubygems