Two Articles on Testing in Ruby on Rails
Posted by Daniel Butler Tue, 13 Jun 2006 19:42:00 GMT
Kevin Olbrich has announced a series of articles about the “dark art” of testing in Ruby on Rails. He writes,
Since the existing literature on the topic is a bit sparse, I have written up a couple of brief articles on testing strategies for Rails.
The first one is on the usefulness of Positive and Negative Controls, and the other is a simple way to make sure you are working with valid or invalid objects in your tests.
SciWerks Blog
Article: Valid and Invalid Data
Article: Positive and Negative Controls

