Sha256: 07037e66e3bef992fd023d14b3cb2bcd7767e0fdc3e1b3992dcaa5528d68211f

Contents?: true

Size: 574 Bytes

Versions: 18

Compression:

Stored size: 574 Bytes

Contents

# Copyright (c) 2006-2010 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/cucumber.rb'
load File.dirname(__FILE__) + '/lib/ci/reporter/rake/test_unit.rb'
load 'Rakefile'

Version data entries

18 entries across 18 versions & 6 rubygems

Version Path
ci_reporter-1.6.9 stub.rake
ci_reporter-1.6.8 stub.rake
ci_reporter-1.6.7 stub.rake
ci_reporter-1.6.6 stub.rake
ci_reporter-1.6.5 stub.rake
dimkiriyenko-ci_reporter-1.6.6 stub.rake
dimkiriyenko-ci_reporter-1.6.5 stub.rake
dimkiriyenko-ci_reporter-1.6.4 stub.rake
brasten-ci_reporter-1.6.5 stub.rake
amfranz-ci_reporter-1.6.2 stub.rake
finnlabs-ci_reporter-1.6.6 stub.rake
finnlabs-ci_reporter-1.6.5 stub.rake
ci_reporter-1.6.4 stub.rake
ci_reporter-1.6.3 stub.rake
timfel-ci_reporter-1.6.3 stub.rake
timfel-ci_reporter-1.6.2 stub.rake
ci_reporter-1.6.2 stub.rake
ci_reporter-1.6.1 stub.rake