Sha256: 7aa3789b2232b54df41998af0e10fdffa7248afbfbbd971b01c4b42a817fe3c4

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ci_reporter-1.1 lib/ci/reporter/rake/test_unit.rb
ci_reporter-1.0 lib/ci/reporter/rake/test_unit.rb
ci_reporter-1.2 lib/ci/reporter/rake/test_unit.rb