Search code examples
rubymine

<no name> labels in minitest result


Recently, when running test (using minitest 5.11.1 and minitest-reporters 1.1.19), the results are under label <no name> and they are gradually nested like this:

this

making it difficult to read. I have made no manual updates of RubyMine. What is causing it? How to get rid of it?


Solution

  • You can fix this issue by pinning your Gemfile to minitest 5.10.3.

    My guess is that it could be related to this issue (even though that is for a different reporter).