Commit 102ca7c2 authored by Daniel Ribeiro's avatar Daniel Ribeiro

requiring colored early so that String's ancestor will have Term::ANSIColor…

requiring colored early so that String's ancestor will have Term::ANSIColor later, which contains the color definition required by inch
parent d9fdcc63
......@@ -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