# File lib/rspec/core/command_line_configuration.rb, line 44
          def remove_autotest_dir_if_present
            if discover_file_exists?
              print "Delete obsolete autotest/discover.rb [y/n]? "
              exit if gets !~ /y/i
              FileUtils.rm_rf(discover_file_path)
            end
          end