RubyMine Unit tests - Test Framework quit unexpectedly

后端 未结 8 809
感动是毒
感动是毒 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:29

    You can get this error when some of the gems are not checked out, so you will need to run bundle install. Run your test from terminal and you will get an error if that is your case

提交回复
热议问题