Sha256: c3afa650220e2ad3403d1d9e902af47414d9de233f7c875349055465b2ee0132

Contents?: true

Size: 508 Bytes

Versions: 11

Compression:

Stored size: 508 Bytes

Contents

# (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'

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
GICodeWarrior-ci_reporter-1.6.1 stub.rake
GICodeWarrior-ci_reporter-1.6.2 stub.rake
schubert-ci_reporter-1.6.2 stub.rake
schubert-ci_reporter-1.6.1 stub.rake
ci_reporter-1.5 stub.rake
ci_reporter-1.5.1 stub.rake
ci_reporter-1.5.2 stub.rake
ci_reporter-1.5.3 stub.rake
ci_reporter-1.3.5 stub.rake
ci_reporter-1.4 stub.rake
ci_reporter-1.3.4 stub.rake