.autotest 115 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 require 'autotest/restart' Autotest.add_hook :initialize do |at| at.testlib = '' at.add_exception '.git' end