Method: LibGems::Specification#test_suite_file
- Defined in:
- lib/libgems/specification.rb
#test_suite_file ⇒ Object
:nodoc:
346 347 348 349 |
# File 'lib/libgems/specification.rb', line 346 def test_suite_file # :nodoc: warn 'test_suite_file deprecated, use test_files' test_files.first end |