Sha256: f3c85b700abd8261b5a17ca203c884e754b5d80d59df41937309e82770df62c6
Contents?: true
Size: 573 Bytes
Versions: 8
Compression:
Stored size: 573 Bytes
Contents
# (c) Copyright 2006-2007 Nick Sieger <nicksieger@gmail.com> # See the file LICENSE.txt included with the distribution for # software license details. 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
8 entries across 8 versions & 1 rubygems