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.
-
Works with Test::Unit or RSpec:
Last updated 2022-04-07 at 01:56:32
ported