# File lib/rubygems/specification.rb, line 269
    def test_suite_file
      warn_deprecated(:test_suite_file, :test_files)
      test_files.first
    end