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