# File lib/turn/reporters/dot_reporter.rb, line 9 def start_suite(suite) @time = Time.now io.puts "Loaded suite #{suite.name}" io.puts "Started" end