Closed schmurfy closed 4 years ago
hey @schmurfy can we add a test for this?
okay I will give it a try
I added a test and fixed and another issue I got bitten by without knowing: the order in which the after blocks are executed were wrong, local afters should be executed first, a simple example would be connecting to an external database in a before and closing it in an after.
Loved this. Thx for fixing it
aftereach callbacks were executed before the test was done