Summary

Standalone redgreen eye candy for test results, ala autotest

Adds a visual cue at the end of a test run to better visualize whether test(s) passed or failed.

Red if a test failed, Green if all tests passed. Simple.

Usage

require 'redgreen'

Is all you need!

Place it in your test file (or test_helper.rb), and run your suite.

Install

gem install mynyml-redgreen --source http://gems.github.com/

Testing Framework Compatibility

* test/unit
* minitest/unit

TODO

* Add test framework adapters
  * contest       # propably already works; need testing
  * context       # propably already works; need testing
  * shoulda       # propably already works; need testing
  * expectations
  * ...