Sha256: bb55506f697246e5f7a079fca675d7ef2bf9bd6497eedccd9a3b9ced762b9454
Contents?: true
Size: 376 Bytes
Versions: 6
Compression:
Stored size: 376 Bytes
Contents
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com> # See the file LICENSE.txt included with the distribution for # software license details. require 'rubygems' gem 'rspec' require 'spec' $: << File.dirname(__FILE__) + "/../lib" require 'ci/reporter/core' require 'ci/reporter/test_unit' require 'ci/reporter/rspec' REPORTS_DIR = File.dirname(__FILE__) + "/reports"
Version data entries
6 entries across 6 versions & 1 rubygems