# File lib/ci/reporter/report_manager.rb, line 12 def write_report(suite) File.open(filename_for(suite), "w") do |f| f << suite.to_xml end end