testing your tests Recently I was taking a look at my tests and noticed some things. I’ve been... Jared Carroll November 1, 2007 Web Rails Testing
its not your responsibility Sometimes in Rails you ask yourself: how do I test this? One example is... Jared Carroll September 19, 2007 Web Rails Testing
time to step up Testing views in Rails applications. Jared Carroll September 16, 2007 Web Rails Testing
Brittle Tests Thoughts on ActionMailer fixtures in rails. Tammer Saleh September 6, 2007 Web Rails Testing
Shoulda Gets Busy with Your Controllers A while back we released the Shoulda Plugin to help with testing your... Tammer Saleh July 25, 2007 News Web Rails Testing Shoulda
muck focking Most of the time in my tests I mock out all external resources, e.g. file... Jared Carroll July 6, 2007 Web Rails Testing
Introducing the Shoulda Testing Plugin So we’ve been hinting for some time now that we were going to tidy up the... Tammer Saleh April 6, 2007 News Web Ruby Rails Testing Shoulda
I Mock Your Fixtures, Too Mocking is a beautiful thing. There are no words to describe the immense... Eric Torrey April 4, 2007 Web Rails Testing
I Mock Your Fixtures Testing is a beautiful thing. There are no words to describe the immense... Eric Torrey March 26, 2007 Web Rails Testing
More Testing Goodness So, some test helpers that we’ve been working on here at thoughtbot. Here’s... Tammer Saleh March 23, 2007 Web Rails Testing