# File lib/autotest.rb, line 355
  def get_to_green
    begin
      run_tests
      wait_for_changes unless all_good
    end until all_good
  end