# File lib/turn/reporters/progress_reporter.rb, line 16
    def start_suite(suite)
      @pbar = ::ANSI::Progressbar.new('Testing', suite.size)
      @pbar.inc
    end