Sha256: 9f5cd13e207e3e3fa4b6b628c146123942551de4c1bd9e456343cfe9273a0021
Contents?: true
Size: 370 Bytes
Versions: 11
Compression:
Stored size: 370 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
11 entries across 11 versions & 3 rubygems