Method: Minitest::TestTask#test_globs
- Defined in:
- lib/minitest/test_task.rb
#test_globs ⇒ Object
File globs to find test files. Defaults to something sensible to find test files under the test directory.
94 95 96 |
# File 'lib/minitest/test_task.rb', line 94 def test_globs @test_globs end |