Sha256: ba259f15b1de22301ca90e1a0df2912a6f75a2def4c0d843e0faa92d7ae4ae78
Contents?: true
Size: 536 Bytes
Versions: 13
Compression:
Stored size: 536 Bytes
Contents
# Copyright (c) 2006-2010 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 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
13 entries across 13 versions & 4 rubygems