Skip to content

Commit

Permalink
Add some colouring to the unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbw committed Aug 31, 2010
1 parent 75b93e3 commit de7e001
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
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
Expand Down

0 comments on commit de7e001

Please sign in to comment.