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

Version Path
ci_reporter-1.8.4 spec/spec_helper.rb
ci_reporter-1.8.3 spec/spec_helper.rb
ci_reporter-1.8.2 spec/spec_helper.rb
ci_reporter-1.8.1 spec/spec_helper.rb
ci_reporter-1.8.0 spec/spec_helper.rb
ci_reporter-1.7.3 spec/spec_helper.rb
ci_reporter-1.7.2 spec/spec_helper.rb
ci_reporter-1.7.1 spec/spec_helper.rb
stopdropandrew_ci_reporter-1.7.0.1 spec/spec_helper.rb
ci_reporter-1.7.0 spec/spec_helper.rb