Every now & then I want to include an after(:each) hook in a context, but the README doesn't document whether it would be expected to work and/or whether there are any special caveats.
I suppose it could even be nice to extend the syntax with a new keyword such as Teardown or Cleanup or Finally or Tidy or something
Given { ... }
When { ... }
Then { ... }
Cleanup { ... }
Every now & then I want to include an after(:each) hook in a context, but the README doesn't document whether it would be expected to work and/or whether there are any special caveats.
I suppose it could even be nice to extend the syntax with a new keyword such as Teardown or Cleanup or Finally or Tidy or something