Minitest Quick Reference
MiniTest, as the name suggests, is a small and fast unit testing framework. Shipped with Ruby 1.9, MiniTest supports a complete...
MiniTest, as the name suggests, is a small and fast unit testing framework. Shipped with Ruby 1.9, MiniTest supports a complete...
Callbacks are a great technique for achieving simplicity and flexibility. Simply put, a callback is a block of code passed as an...
I watch a lot of tests run in a given day. So I figured why not make it more fun. Inspired by...
Gaga originated from my winning entry in Codebrawl's Key/Value Store contest. The challenge was to write the best key/value storage backend you...