Commit 8e142b2e authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #4403 from danielribeiro/danielrb/make-rake-inch-work-again

Fixing rake's Inch
parents d9fdcc63 102ca7c2
......@@ -127,6 +127,8 @@ begin
# to be run separately.
#
task :all => 'fixture_tarballs:unpack' do
# Forcing colored to be included on String before Term::ANSIColor, so that Inch will work correctly.
require 'colored'
ENV['GENERATE_COVERAGE'] = 'true'
puts "\033[0;32mUsing #{`ruby --version`}\033[0m"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment