# File lib/rubygems/specification.rb, line 523
def
has_unit_tests?
;
not
test_files
.
empty?
;
end