class Tryouts::CLI::CompactFormatter
def test_start(test_case:, index:, total:)
def test_start(test_case:, index:, total:) return unless @show_debug desc = test_case.description.to_s desc = "test #{index}" if desc.empty? puts " Running: #{desc}" end