alex young

Riot: for fast, expressive and focused unit tests

Ruby Inside  Sat, 10/31/2009 - 10:57

JustinRiot is a new Ruby test framework by Justin Knowlden that focuses on faster testing.

Justin was frustrated with his slow running test suites, despite employing techniques such as using factories, mocks and avoiding database access.

He realized that a slow-running suite makes one reluctant to run it or expand it - not good.


 

Make any Ruby object Rack-friendly with Rackable

Ruby Inside  Mon, 07/20/2009 - 14:38

rackFrançois Vaux has recently published a Ruby module called Rackable which allows you to make any Ruby object Rack-friendly, providing it with a REST-like interface.