public
Description: GreenGreen is a tool for assuring quality metrics of 100% quality.
Homepage: http://greengreengreengreengreenthatssixgreens.com
Clone URL: git://github.com/jasonm/greengreen.git
Jason Morrison (author)
Wed Apr 01 11:07:03 -0700 2009
commit  c32835256a6cd2f6cc723e50733fb73f906dc2ce
tree    d018d85649a0b46f07945725cbbce025b6d388d9
parent  16ee6f6b89b33c14a21b389800c8180374b0cfe1
name age message
file .document Wed Apr 01 09:58:12 -0700 2009 Initial commit to greengreen. [Jason Morrison]
file .gitignore Wed Apr 01 09:58:12 -0700 2009 Initial commit to greengreen. [Jason Morrison]
file LICENSE Wed Apr 01 09:58:12 -0700 2009 Initial commit to greengreen. [Jason Morrison]
file README.textile Wed Apr 01 11:07:03 -0700 2009 updating README [Jason Morrison]
file Rakefile Wed Apr 01 09:58:12 -0700 2009 Initial commit to greengreen. [Jason Morrison]
file VERSION.yml Wed Apr 01 10:48:51 -0700 2009 Version bump to 0.0.5 [Jason Morrison]
directory doc/ Wed Apr 01 11:07:03 -0700 2009 updating README [Jason Morrison]
file greengreen.gemspec Wed Apr 01 10:49:00 -0700 2009 bumping the gemspec [Jason Morrison]
directory lib/ Wed Apr 01 10:04:00 -0700 2009 Version bump to 0.0.2 [Jason Morrison]
README.textile

greengreen

Are you following the Ruby Maturity Model, fully leveraging Agile
methodologies, enjoying the benefits of outside-in test-driven development,
but STILL not getting the velocity you need?

Studies show that, in software development practices that utilize a
test-driven approach, the top blocker to project velocity is automated test
failure.

Now, you can completely eliminate automated test failure from your development
pipeline, and enjoy increased development velocity with greengreen. Using
an adaptive graph relabeling algorithm 1, greengreen normalizes the output of
automated Ruby test suites and aligns it with the desired outcome.

Installation

gem sources -a http://gems.github.com
sudo gem install jasonm-greengreen

Usage

In your test_helper.rb, or config/environments/test.rb, or where ever you like:

require 'rubygems'
gem 'greengreen'
require 'greengreen'

Copyright

To say that this code borrows heavily from Pat Eyler’s RedGreen is an
understatement. It’s RedGreen, with a few changes. As such, this is released
under the same license as Pat Eyler’s awesome RedGreen 2, whatever that
might be, I couldn’t really find anything about licensing for RedGreen.

References

[1] A comprehensive study on adaptive graph relabeling algorithms under the
application of Phthalocyanine G-pigmented oxidative crosslinked enamels.
Fletcher, C., Stewart, M., Dr. Rebecca, A.
International Precedings on Software Development Velocity and Painting.
http://is.gd/q7Mc

[2] http://on-ruby.blogspot.com/2006/05/red-and-green-for-ruby.html