14 15 16 17
# File 'lib/ci/reporter/rake/test_unit_loader.rb', line 14 def create_mediator(suite) # swap in our custom mediator return CI::Reporter::TestUnit.new(suite) end