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