Sha256: 0eb42e0c748818a2c4556653d4aec1e6b5b87c977ada9d01af0471dbdb2385a2
Contents?: true
Size: 382 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ci_reporter-1.3 | lib/ci/reporter/rake/test_unit.rb |
ci_reporter-1.3.1 | lib/ci/reporter/rake/test_unit.rb |