Sha256: 3b441dff4c828dc4ffe374051bdb07c47dd073c3d6da2485895e652218d2cf1b
Contents?: true
Size: 708 Bytes
Versions: 2
Compression:
Stored size: 708 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 * nanotest * 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.2.1 | README |
mynyml-redgreen-0.6.2 | README |