redding / assert

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

consider a flag for running only "changed" tests? #134

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

http://crashruby.com/2013/06/13/running-changed-tests/

$ assert -c # or something

a little questionable considering the ties to git - could optionally make itself available if you are in a git repo??

Anyway, I think I'd use this a lot. @jcredding thoughts?