Sha256: df8ca60bdd6a86dbdcae962166217b6e45958df90536655ee8669c0b57a56b16

Contents?: true

Size: 504 Bytes

Versions: 14

Compression:

Stored size: 504 Bytes

Contents

# Copyright (c) 2012 Alexander Shcherbinin <alexander.shcherbinin@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

require File.expand_path('../utils', __FILE__)

namespace :ci do
  namespace :setup do
    task :minitest do
      rm_rf ENV["CI_REPORTS"] || "test/reports"
      test_loader = CI::Reporter.maybe_quote_filename "#{File.dirname(__FILE__)}/minitest_loader.rb"
      ENV["TESTOPTS"] = "#{ENV["TESTOPTS"]} #{test_loader}"
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
ci_reporter-1.9.3 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.9.2 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.9.1 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.9.0 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.8.4 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.8.3 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.8.2 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.8.1 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.8.0 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.7.3 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.7.2 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.7.1 lib/ci/reporter/rake/minitest.rb
stopdropandrew_ci_reporter-1.7.0.1 lib/ci/reporter/rake/minitest.rb
ci_reporter-1.7.0 lib/ci/reporter/rake/minitest.rb