Test framework quit unexpectedly
Running "rake test" works fine from console, but running tests within RubyMine causes tests to run, but RubyMine reports an error and does not interpret results. Any ideas?
Attached screenshot and RubyGems env
Attachment(s):
rubygems-env.txt.zip
Screen Shot 2014-01-27 at 12.23.52.png
Please sign in to leave a comment.
Hi,
most likely you need to use minitest-reporters to enable RubyMIne integration (see http://www.jetbrains.com/ruby/webhelp/minitest.html for details).
Hope this helps, Oleg.