We actually do not use test within our application (I know that's bad and sad). I have reads a lot about Test::Unit, Shouda, minitest and the new one Bacon. But cannot make my mind yet. Basically our needs are :
- Use of watir (love it)
- Easy to learn
- Do not mess with the application (like Rspec generator - not against rspec)
- Integration with rails 3
- No clients will have to read it, only dev.
What do you think ?