module Autotest::CucumberMixin

def get_to_green

def get_to_green
  begin
    super
    run_features
    wait_for_changes unless all_features_good
  end until all_features_good
end