serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
173 stars 26 forks source link

Cleanup temp directory on completion #47

Open Bo98 opened 10 months ago

Bo98 commented 10 months ago

The tmp directory is currently fixed to the working directory and is never cleaned up. We can make use of Dir.mktmpdir to have a temporary directory that will clean up itself.