Ruby rails testing
My roommate made a great post on rails testing so I thought I would share that here.
« May 2007 | Main | July 2007 »
My roommate made a great post on rails testing so I thought I would share that here.
I find myself using the assert_select a lot while doing testing and rails. I have had to keep looking up different examples depending on the situation. I have found that this page seems to have most everything I need when I can't remember it off the top of my head.