Ruby MiniTest Quick Reference
http://www.mattsears.com/articles/2011/12/10/minitest-quick-reference
MiniTest is the unit testing library that comes in the Ruby 1.9 standard library and which also acts as a compatibility layer for test/unit on 1.9.
I was frustrated by the lack of documentation and examples on the web so I has put together a handy round up of the assertions and matchers offered by MiniTest::Unit and MiniTest::Spec.