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