Testing Rails Apps
Just this past Monday, I was lamenting to the local Ruby Users Group (RUG?) that there was a dearth of good material on Rails tests.
Yesterday a great, succinct, and accurate article on Rails Test Driven Development showed up. The article even discusses using the Hpricot test helper.
I’ve been very remiss in adding testing to most of my rails projects. Now I really have no excuse.
Technorati Tags: rubyonrails, ruby, hpricot, when2where
My name is
August 3rd, 2006 at 4:01 pm (#)
You bet, there are no excuses now. Every time you write an untested method a squirrel dies…
August 4th, 2006 at 8:57 am (#)
No! Not the squirrels….
Of course, that explains the bad feeling in the force every time I checked in an empty test file.