# File lib/autotest/cucumber_mixin.rb, line 52
  def get_to_green
    begin
      super
      run_features
      wait_for_changes unless all_features_good
    end until all_features_good
  end