Sha256: fad993072290f289c2f7933377e729bfce1c9fbba6bb7133cb0c67ab90b1ccce
Contents?: true
Size: 695 Bytes
Versions: 2
Compression:
Stored size: 695 Bytes
Contents
==== 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. === Install gem install mynyml-redgreen --source http://gemcutter.org ==== Usage require 'redgreen' That's all you need. Place this require in your test file (or test_helper.rb), and run your suite. ==== Testing Framework Compatibility * test/unit based frameworks: * test/unit * contest * context * shoula * probably all others * minitest/unit * expectations Patches or requests for other framework adapters are very welcome
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mynyml-redgreen-0.6 | README |
mynyml-redgreen-0.5.2 | README |