# File lib/turn/reporters/pretty_reporter.rb, line 83
    def finish_case(kase)
      # Print newline is there any tests in suite
      io.puts if kase.size > 0
    end