redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

need to run teardowns in an 'ensure' block #11

Closed kellyredding closed 13 years ago

kellyredding commented 13 years ago

right now its not (in the context class). Need to right a test for this and get it passing.

jcredding commented 13 years ago

This is in master now. I also did as you commented and removed the capture_result method from test and moved it back up into run. Watch out for this when merging.