redding / assert

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

Support setup and teardowns calls without a block #50

Closed jcredding closed 13 years ago

jcredding commented 13 years ago

A context's and suite's setup and teardown methods should support being passed a string/symbol without a block. Rails test case extensions expect to be able to call setup and teardown in this manner so this should make it even more seamless.