Method: Minitest::TestTask#name

Defined in:
lib/minitest/test_task.rb

#nameObject

The name of the task and base name for the other tasks generated.

[View source]

82
83
84
# File 'lib/minitest/test_task.rb', line 82

def name
  @name
end