[This is the 5th part of a series of posts about writing a Ruby gem. The introductory post about this tutorial contains links to each part of the tutorial. Previous post - Setting up Test::Unit.] In the previous part of this tutorial we set up Test::Unit for writing our gem’s unit tests. In this part, [...]