Sha256: 3cf59b4bdb9ee8b2e759a7b09e23f17d470e7d29e3edcf20f7a299aa184ab2bc
Contents?: true
Size: 578 Bytes
Versions: 10
Compression:
Stored size: 578 Bytes
Contents
# Copyright (c) 2006-2012 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' REPORTS_DIR = File.dirname(__FILE__) + "/reports" unless defined?(REPORTS_DIR)
Version data entries
10 entries across 10 versions & 2 rubygems