ddollar / foreman

Manage Procfile-based applications
http://ddollar.github.com/foreman
MIT License
6.01k stars 630 forks source link

spec_helper: don't try to remove /tmp #777

Closed terceiro closed 4 months ago

terceiro commented 3 years ago

The FakeFS spec helper already cleans up the filesystem after each test. Also, that after helper is executed after FakeFS already deactivated itself, so in some systems, that can cause the real /tmp to be removed if the user running the tests has permissions to do so.

ddollar commented 4 months ago

Thank you!