Integrating Unit Tests In Ruby Scripts
Posted in Programming on Feb 4th, 2008 1 Comment »
When I write ruby scripts I like to use a single file, containing the program and all unit tests. It took me some time to find out how to add a command line switch to my ruby scripts that makes them run in script mode with full access to the Test::Unit command line arguments, while [...]
