# File lib/turn/controller.rb, line 16 def start if config.files.empty? $stderr.puts "No tests." return end setup testrun = runner.new testrun.start end