Recover list of tests in test runner in RubyMine
Somehow the list of tests on the left pane of the test 开发者_高级运维runner in RubyMine went away. Any ideas how to re-activate it?
Thanks
J. Pablo,
Please check that Test::Unit test framework reporter is enabled in your rake task run configuration settings (RubyMine | Run | Edit Configurations | Rake | your_rake_task).
Try the 'Layout'->'Restore Layout' action on the test-runner toolbar. This should help.
精彩评论