Sha256: 33e71b8d8313e1a69cf6f3b504d57ea8244e95ac01da9bc64653c36918b7d33d

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

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

module Test #:nodoc:all
  module Unit
    module UI
      module Console
        class TestRunner
          def create_mediator(suite)
            # swap in our custom mediator
            return CI::Reporter::TestUnit.new(suite)
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ci_reporter-1.0 lib/ci/reporter/rake/test_unit_loader.rb
ci_reporter-1.1 lib/ci/reporter/rake/test_unit_loader.rb
ci_reporter-1.2 lib/ci/reporter/rake/test_unit_loader.rb