Sha256: fa00b881d6f3584465b519286b79f20d43fddfc8ff5fcfbbbf9f979d4c630af5

Contents?: true

Size: 425 Bytes

Versions: 4

Compression:

Stored size: 425 Bytes

Contents

# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com>
# See the file LICENSE.txt included with the distribution for
# software license details.

begin
  gem 'ci_reporter'
rescue Gem::LoadError
  $: << File.dirname(__FILE__) + "/../lib"
end
require 'ci/reporter/rake/rspec'
require 'ci/reporter/rake/test_unit'

namespace :ci do
  task :setup_rspec => "ci:setup:rspec"
  task :setup_testunit => "ci:setup:testunit"
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
GICodeWarrior-ci_reporter-1.6.1 tasks/ci_reporter.rake
GICodeWarrior-ci_reporter-1.6.2 tasks/ci_reporter.rake
schubert-ci_reporter-1.6.2 tasks/ci_reporter.rake
schubert-ci_reporter-1.6.1 tasks/ci_reporter.rake