Sha256: b5f667cb9e9df5d14b8a915ad5f3225246dfae3c182332d92bf5527e1894d89c
Contents?: true
Size: 639 Bytes
Versions: 5
Compression:
Stored size: 639 Bytes
Contents
# Copyright (c) 2006-2012 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 File.dirname(__FILE__) + '/lib/ci/reporter/rake/minitest.rb' load 'Rakefile'
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
ci_reporter-1.7.3 | stub.rake |
ci_reporter-1.7.2 | stub.rake |
ci_reporter-1.7.1 | stub.rake |
stopdropandrew_ci_reporter-1.7.0.1 | stub.rake |
ci_reporter-1.7.0 | stub.rake |