Module: TestProf::Autopilot::TagProf::Printer
- Defined in:
- lib/test_prof/autopilot/tag_prof/printer.rb
Overview
Module is used for printing :tag_prof report
Class Method Summary collapse
Class Method Details
.print_report(report) ⇒ Object
13 14 15 |
# File 'lib/test_prof/autopilot/tag_prof/printer.rb', line 13 def print_report(report) TestProf::TagProf::Printers::Simple.dump(report.result) end |