# File lib/autotest.rb, line 360
  def rerun_all_tests
    reset
    run_tests
    hook :all_good if all_good
  end