Method: Minitest::TestTask#name
- Defined in:
- lib/minitest/test_task.rb
permalink #name ⇒ Object
The name of the task and base name for the other tasks generated.
82 83 84 |
# File 'lib/minitest/test_task.rb', line 82 def name @name end |