redding / assert

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

check out "pry-rescue" gem, see if applicable #146

Closed kellyredding closed 10 years ago

kellyredding commented 11 years ago

apparently can start up pry if a test fails so you can debug. maybe do this in an assert plugin?

kellyredding commented 10 years ago

@jcredding after thinking about this one, I don't think it should go into something as low-level as Assert itself. This would be something you would add in at the application/dev-team level I think. Keep Assert as granular as possible - also don't want Assert depending on stuff.