Wednesday, May 17, 2006

Mo' Automated Unit Testing

Ruby on Rails has a couple of basic testing types built into the framework. "Unit" and "Functional". Unit Tests are for model objects. Functional Tests are for your controllers.

Over the last two working sessions I've written a whole bunch of Unit tests. I've got pretty good coverage. In my next working session I'll be tackling the Functional tests. After that, I'll be back to actually making progress on the app itself!

0 Comments:

Post a Comment

<< Home