Sha256: 60754c167a1a05d01707add14c95b6f7d4afecfdb0d39728874e50367bc8ba92
Contents?: true
Size: 600 Bytes
Versions: 4
Compression:
Stored size: 600 Bytes
Contents
# Copyright (c) 2006-2013 Nick Sieger <nicksieger@gmail.com> # See the file LICENSE.txt included with the distribution for # software license details. require 'rubygems' begin require 'rspec' rescue LoadError require 'spec' end require 'rspec/autorun' if $0 =~ /rcov$/ unless defined?(CI_REPORTER_LIB) CI_REPORTER_LIB = File.expand_path(File.dirname(__FILE__) + "/../lib") $: << CI_REPORTER_LIB end require 'ci/reporter/core' require 'ci/reporter/test_unit' require 'ci/reporter/rspec' Test::Unit.run = true REPORTS_DIR = File.dirname(__FILE__) + "/reports" unless defined?(REPORTS_DIR)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ci_reporter-1.9.3 | spec/spec_helper.rb |
ci_reporter-1.9.2 | spec/spec_helper.rb |
ci_reporter-1.9.1 | spec/spec_helper.rb |
ci_reporter-1.9.0 | spec/spec_helper.rb |