public
Description: CI::Reporter is an add-on to Test::Unit and RSpec that allows you to generate XML reports of your test and/or spec runs.
Homepage: http://caldersphere.rubyforge.org/ci_reporter
Clone URL: git://github.com/nicksieger/ci_reporter.git
mathie (author)
Fri Apr 24 04:37:27 -0700 2009
nicksieger (committer)
Fri Apr 24 10:37:58 -0700 2009
ci_reporter / stub.rake
100644 14 lines (12 sloc) 0.508 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.
#
# Use this stub rakefile as a wrapper around a regular Rakefile. Run in the
# same directory as the real Rakefile.
#
# rake -f /path/to/ci_reporter/lib/ci/reporter/rake/stub.rake ci:setup:rspec default
#
 
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/rspec.rb'
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/test_unit.rb'
load 'Rakefile'