Sha256: 460b9ac48d4200672d1b505d909ed1c94e1c8f48565a73b5a41b688d21ce896c

Contents?: true

Size: 366 Bytes

Versions: 16

Compression:

Stored size: 366 Bytes

Contents

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'

REPORTS_DIR = File.dirname(__FILE__) + "/reports" unless defined?(REPORTS_DIR)

Version data entries

16 entries across 16 versions & 5 rubygems

Version Path
ci_reporter-2.1.0 spec/spec_helper.rb
ci_reporter_test_unit-1.0.1 spec/spec_helper.rb
ci_reporter_cucumber-1.0.2 spec/spec_helper.rb
ci_reporter_cucumber-1.0.1 spec/spec_helper.rb
ds-ci_reporter_test_unit-1.0.1 spec/spec_helper.rb
ci_reporter_test_unit-1.0.0 spec/spec_helper.rb
ci_reporter_rspec-1.0.0 spec/spec_helper.rb
ci_reporter_cucumber-1.0.0 spec/spec_helper.rb
ci_reporter-2.0.0 spec/spec_helper.rb
ci_reporter_cucumber-0.0.2 spec/spec_helper.rb
ci_reporter_rspec-0.0.2 spec/spec_helper.rb
ci_reporter-2.0.0.alpha2 spec/spec_helper.rb
ci_reporter_test_unit-0.0.1 spec/spec_helper.rb
ci_reporter_cucumber-0.0.1 spec/spec_helper.rb
ci_reporter_rspec-0.0.1 spec/spec_helper.rb
ci_reporter-2.0.0.alpha1 spec/spec_helper.rb