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