# File lib/generators/templates/application/merb_core/autotest/merb_rspec.rb, line 105
  def make_test_cmd(specs_to_runs)
    [
      ruby,
      "-S",
      spec_command,
      add_options_if_present,
      files_to_test.keys.flatten.join(' ')
    ].join(' ')
  end