# File lib/rubygems/specification.rb, line 347
    def test_suite_file
      warn 'test_suite_file deprecated, use test_files'
      test_files.first
    end