RubyMine runs all tests in the folder under same in same ruby process?
When I run my unit tests individually, they all pass. When I choose the 'all tests in folder' option, I get collisions between some unit tests, and some failures. Is there a way to enforce each test*.rb file is run in its own sandbox, isolated from all other tests?
Please sign in to leave a comment.
Hello, sorry for long delay. could you please provide example of collisions? For example, screenshot how it looks like? also please attach idea.log (Help | Show Log in..)