Sha256: 6f8519dde6f2aaf348bc82eb31cdbadfa8448bd323927f2270091ca4ea965907

Contents?: true

Size: 507 Bytes

Versions: 18

Compression:

Stored size: 507 Bytes

Contents

# Copyright (c) 2006-2010 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'

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

Version data entries

18 entries across 18 versions & 6 rubygems

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