RubyMine Unit tests - Test Framework quit unexpectedly

后端 未结 8 807
感动是毒
感动是毒 2020-12-30 01:00

When I try to run the tests from within RubyMine I have an issue. But what is strange is that it work fine when I run the tests from the command line.

\"Test

8条回答
  •  青春惊慌失措
    2020-12-30 01:32

    I had the same problem when running from RubyMine (but not from command line). It was fixed by restarting spring:

    bin/spring stop
    bin/spring status
    

提交回复
热议问题