turbo_tests
turbo_tests copied to clipboard
Cleanup temp directory on completion
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.