Simple Test Metrics in Your Rails App, and What They Mean There are two, low barrier to entry ways to get some quick metrics about your... Chad Pytel October 22, 2008 Web Rails Testing
Non-Test Code is Trivial I have heard—and been in the middle of—arguments which make the claim that... Mike Burns October 17, 2008 Web Testing
Shoulda 2.0 Lots of shoulda news to report. The 2.0.x gem has been released, which... Dan Croak September 30, 2008 News Web Ruby Testing Shoulda
Testing Named Scope We’re huge fans of NamedScope here at thoughtbot. It does wonders for finder... Tammer Saleh July 29, 2008 News Web Rails Testing
A HTTP Testing Proxy Hoptoad—which is now live—is both an application and a Rails plugin that must... Mike Burns July 25, 2008 Web Testing
Waiting For a Factory~~Girl~~Bot Introducing a gem to create test data via factories. Joe Ferris June 6, 2008 News Ruby Testing Factory Girl Factory Bot
Testing Paperclip with Shoulda Josh Susser had a bunch of great things to say about Shoulda in his RailsConf... Tammer Saleh June 3, 2008 Web Ruby Testing Paperclip Shoulda
Shoulda 4.0.1 - the lean and mean release Shoulda is a great tool for cleaning up your tests, but there was always... Tammer Saleh March 3, 2008 News Web Ruby Testing Open Source Shoulda
not worth it Behaviour-Driven Development. The latest fad thats been around for a while... Jared Carroll January 7, 2008 Web Testing
Shhh! Your Test::Unit backtraces are too noisy! Noisy backtraces make problems hard to spot. Dan Croak December 3, 2007 News Web Ruby Testing