CSC/ECE 517 Fall 2010/ch1 1f ap
'''Unit-testing frameworks for Ruby'''
Table of contents:
1. Introduction 2. Benefits of unit test frameworks 2.1 Test Driven Development 3. Unit testing frameworks for Ruby. 3.1 Test::Unit 3.2 Rspec 3.3 shoulda 4. Comparison of unit test frameworks 5. References and conclusion.