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