README.rdoc in minitest-rg-5.1.0 vs README.rdoc in minitest-rg-5.2.0

- old
+ new

@@ -1,17 +1,25 @@ = minitest-rg -Adds color to your MiniTest output. +Adds red/green color to your Minitest output. == Install gem install minitest-rg == Configure Add the following to your test helper: - require 'minitest/rg' + require "minitest/rg" + +Or you can run your tests with the `--rg` flag: + + $ ruby test/test_the_thing.rb --rg + +Or if you are using a rake task to run your tests you can set the `--rg` flag in the `TESTOPTS` environment variable. + + $ rake test TESTOPTS="--rg" == Contribute http://github.com/blowmage/minitest-rg