Tests with "auto-test" option stop rerunning when I run a rake task
Answered
For some reason, when I set my tests running with a "Auto-test" option, they stop rerunning when I use any rake task (like so: Tools -> Run Rake task -> db:migrate -> make any change in my files and save them -> expect to see tests rerunning, in reality the rerunning feature is stopped and the tests window vanishes from the "Run" window).
Is there a way to fix it, so tests re-running will work even after Rake task running?
Please sign in to leave a comment.
Hello,
could you please specify your RubyMine version? I've checked in RubyMine 2019.2 EAP and it reruns tests in case I change some code in a spec file, for example.
I use RubyMine 2019.1.2. The rerun fails only after I run some rake task, not immediately.
Could you please check whether the problem persists in RubyMine 2019.2 EAP?
Yes, the problem persists with EAP.
Could you please provide the exact steps for reproduce, probably a project sample would help as well.