Method: Minitest::TestTask#framework
- Defined in:
- lib/minitest/test_task.rb
permalink #framework ⇒ Object
The code to load the framework. Defaults to requiring minitest/autorun…
Why do I have this as an option?
70 71 72 |
# File 'lib/minitest/test_task.rb', line 70 def framework @framework end |