Sha256: 5b236a820faef5fbc02875f12da655e9409e371d2daa2bca087cb2f9690cdf80

Contents?: true

Size: 589 Bytes

Versions: 14

Compression:

Stored size: 589 Bytes

Contents

# Copyright (c) 2006-2012 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/cucumber'
require 'ci/reporter/rake/test_unit'
require 'ci/reporter/rake/minitest'

namespace :ci do
  task :setup_rspec => "ci:setup:rspec"
  task :setup_cucumber => "ci:setup:cucumber"
  task :setup_testunit => "ci:setup:testunit"
  task :setup_minitest => "ci:setup:minitest"
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
ci_reporter-1.9.3 tasks/ci_reporter.rake
ci_reporter-1.9.2 tasks/ci_reporter.rake
ci_reporter-1.9.1 tasks/ci_reporter.rake
ci_reporter-1.9.0 tasks/ci_reporter.rake
ci_reporter-1.8.4 tasks/ci_reporter.rake
ci_reporter-1.8.3 tasks/ci_reporter.rake
ci_reporter-1.8.2 tasks/ci_reporter.rake
ci_reporter-1.8.1 tasks/ci_reporter.rake
ci_reporter-1.8.0 tasks/ci_reporter.rake
ci_reporter-1.7.3 tasks/ci_reporter.rake
ci_reporter-1.7.2 tasks/ci_reporter.rake
ci_reporter-1.7.1 tasks/ci_reporter.rake
stopdropandrew_ci_reporter-1.7.0.1 tasks/ci_reporter.rake
ci_reporter-1.7.0 tasks/ci_reporter.rake