From 4aae2a7bc77bce6d1c2e106c38beaf68a92ae661 Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Mon, 30 Aug 2010 22:57:13 +0100 Subject: [PATCH] RedGreen is broken in 1.9.2. Test::Unit has colouring ability now. --- test/helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/helper.rb b/test/helper.rb index 61636a4e..251b43c5 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -7,7 +7,6 @@ require 'RedCloth' require 'rdiscount' require 'test/unit' -require 'redgreen' require 'shoulda' require 'rr'