redding / assert

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

Integration test Contexts #49

Closed kellyredding closed 13 years ago

kellyredding commented 13 years ago

Both Rails specific and Rack::Test generic. Again, consider putting rails specific junk in own gem, 'assert-rails' or whatever.

jcredding commented 13 years ago

We have this for Rails (assert-rails) but not for Rack::Test. I think it would be fairly trivial to get it but there's no glue gem for it currently. I'll open a new issue for rack integration.