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
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