Closed AlexWayfer closed 4 years ago
Thanks for the issue, however it's unlikely that m
will support this unless Minitest
also supports a way to access the describe blocks. Currently the describe stack that holds this information is popped as soon as it is evaluated, so it is opaque.
Alternatively, m
could parse the files and try to get the context that way, but this is something that we're not doing right now for the tests (we're getting the info from the runners) and don't plan on doing.
The best solution right now to run multiple tests is via m file.rb:4:12
.
File
Command
Actual behavior
Expected behavior
Run tests inside
describe
.