Class: TurnipFormatter::Printer::TabSpeedStatistics

Inherits:
Object
  • Object
show all
Extended by:
TurnipFormatter::Printer
Defined in:
lib/turnip_formatter/printer/tab_speed_statistics.rb

Class Method Summary collapse

Methods included from TurnipFormatter::Printer

render_template

Class Method Details



12
13
14
15
# File 'lib/turnip_formatter/printer/tab_speed_statistics.rb', line 12

def print_out(passed_scenarios)
  results = speed_analysis(passed_scenarios)
  render_template(:tab_speed_statistics, { analysis_results: results })
end