Double-click on failed Test Results entry doesnt go to test code.
When I run tests for my project, the Test Results window shows which ones have not passed. It used to be when double-clicking on one of those failed tests, the test code file would open in the editor. Now the code that opens is where the error happened -- most often this is in some rails core code and I have to examine the call stack to find which test it actually was.
Did this change on purpose, and is there a way to get back the old behavior?
Please sign in to leave a comment.
Hi,
this is a bug. If you are using MiniTest then it is the same problem as described in RUBY-13881 (see http://youtrack.jetbrains.com/issue/RUBY-13881#comment=27-541253)
If you are using another test framework please file a bug in our tracker http://youtrack.jetbrains.com/issues/RUBY
Regards, Oleg.
Thanks Oleg. I filed a bug here:
http://youtrack.jetbrains.com/issue/RUBY-13926
Thank you.