redding / assert

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

Setup and teardown with a method name instead of a block #51

Closed jcredding closed 13 years ago

jcredding commented 13 years ago

@kelredd With integrating with Rails, they expect the setup and teardown method to optionally take a method name instead of a block. This pull request modifies assert to allow that and would close issue: https://github.com/teaminsight/assert/issues/50

jcredding commented 13 years ago

@kelredd I'm gonna close this pull request, this is now merged with the other pull request. This was needed so I could start working on assert-rails from my with_rails branch of assert.