Test::Unit::TestCase#test => What's this method for?

Joshua Muheim wrote:

I found on this page a neat function that allows to write more semantic test method names:

Jay Fields' Thoughts: Rails: ActiveRecord Unit Testing

You might want (IIRC) Behavior Driven Development. That's a re-skinning of Test-Driven Development, using systems that easily generate Domain Specific Languages.

The market leader there is RSpec, so look that up.