From de7e0011f9b8d3a59fc6203217990684df7e91f9 Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Tue, 31 Aug 2010 03:41:00 +0100 Subject: [PATCH] Add some colouring to the unit tests. --- test/helper.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/helper.rb b/test/helper.rb index 251b43c5..4026ecea 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -6,10 +6,13 @@ require File.join(File.dirname(__FILE__), *%w[.. lib jekyll]) require 'RedCloth' require 'rdiscount' -require 'test/unit' require 'shoulda' require 'rr' +require 'test/unit' +require 'test/unit/ui/console/testrunner' +class Test::Unit::UI::Console::TestRunner; def guess_color_availability; true; end; end + include Jekyll # Send STDERR into the void to suppress program output messages