Sha256: 43fcce9e4dc1a18ad71a5a3a4e534420771480aa5e4c3780cb080d41a00128e2
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 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 tests 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 Patches or requests for other framework adapters are very welcome
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
social_url_stats-0.0.1 | vendor/ruby/1.9.1/gems/mynyml-redgreen-0.7.1/README |
mynyml-redgreen-0.7.1 | README |
mynyml-redgreen-0.7 | README |