Sha256: 3297a15fa92dd60e909a5eb8646a5d7ae5698bd1ad1b5c7165dd8013810c4bad

Contents?: true

Size: 511 Bytes

Versions: 8

Compression:

Stored size: 511 Bytes

Contents

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

$: << File.dirname(__FILE__) + "/../../.."
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

8 entries across 8 versions & 3 rubygems

Version Path
GICodeWarrior-ci_reporter-1.6.1 lib/ci/reporter/rake/test_unit_loader.rb
GICodeWarrior-ci_reporter-1.6.2 lib/ci/reporter/rake/test_unit_loader.rb
schubert-ci_reporter-1.6.2 lib/ci/reporter/rake/test_unit_loader.rb
schubert-ci_reporter-1.6.1 lib/ci/reporter/rake/test_unit_loader.rb
ci_reporter-1.5.1 lib/ci/reporter/rake/test_unit_loader.rb
ci_reporter-1.6.0 lib/ci/reporter/rake/test_unit_loader.rb
ci_reporter-1.5.3 lib/ci/reporter/rake/test_unit_loader.rb
ci_reporter-1.5.2 lib/ci/reporter/rake/test_unit_loader.rb