class Tryouts::CLI::VerboseFormatter

def teardown_output(output_text)

def teardown_output(output_text)
  return if output_text.strip.empty?
  output_text.lines.each do |line|
    puts indent_text(line.chomp, 0)
  end
end