恢复 RubyMine 测试运行器中的测试列表
不知何故,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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
J. Pablo,
请检查您的 rake 任务运行配置设置(RubyMine | Run | Edit Configurations | Rake | your_rake_task)中是否启用了 Test::Unit 测试框架报告器。
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.