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