# File lib/autotest/rspec.rb, line 39
  def make_test_cmd(files_to_test)
    files_to_test.empty? ? '' :
      "#{ruby} #{SPEC_PROGRAM} --autospec #{normalize(files_to_test).keys.flatten.join(' ')} #{add_options_if_present}"
  end