Automatically remove tempdir when context is over
The directories created by the tempdir package are meant to be request-scoped. By cleaning up when the context is done, we make that automatic.
Edited by Jacob Vosmaer
The directories created by the tempdir package are meant to be request-scoped. By cleaning up when the context is done, we make that automatic.