From 5d647876e01a0f279b8a434107ff89357d88e3ec Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 20 Jan 2010 02:06:45 +0000 Subject: A little fix in the color output of the test suite. --- test/scanners/coderay_suite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scanners/coderay_suite.rb b/test/scanners/coderay_suite.rb index d233401..cf0b92b 100644 --- a/test/scanners/coderay_suite.rb +++ b/test/scanners/coderay_suite.rb @@ -354,7 +354,7 @@ module CodeRay end else File.open(expected_filename, 'wb') { |f| f.write result } - print "\b" * 'complete...'.size, "new test, ".blue + print "\b" * 'complete...'.size, "new test".blue, ", ".green ok = true end -- cgit v1.2.1