Software >
Ruby > Ruby web programming, Ruby testing > Test::Unit >
https://thoughtbot.com/case-studies
Test macros, assertions, and helpers added on to the Test::Unit framework
The Shoulda gem makes it easy to write elegant, understandable, and maintainable Ruby tests. Shoulda consists of test macros, assertions, and helpers added on to the Test::Unit framework. It’s fully compatible with your existing tests, and requires no retooling to use.

ported