Showing posts with label ruby unit test pickaxe. Show all posts
Showing posts with label ruby unit test pickaxe. Show all posts

Sunday, 6 April 2008

Unit Testing in Ruby

Ruby comes with a Unit Test framework pre installed: Nathaniel Talbott's Test::Unit. The Pickaxe book devotes a whole chapter to it (and not at the back). These are good things.