Commit cfabfaac authored by Fabio Pelosin's avatar Fabio Pelosin

[SpecHelper] Use coveralls head which fixes issues with colored

parent 2ce119df
......@@ -20,7 +20,7 @@ group :development do
gem "bacon"
gem "mocha-on-bacon"
gem "rake"
gem 'coveralls', :require => false
gem 'coveralls', :require => false, :git => 'https://github.com/lemurheavy/coveralls-ruby.git'
end
group :debugging do
......
......@@ -16,13 +16,6 @@ if ENV['CI'] || ENV['GENERATE_COVERAGE']
end
end
# TODO: Coverall loads colorize which interferes with colored making certain
# specs fail. This should be removed once Coverall is fixed.
#
# https://github.com/lemurheavy/coveralls-ruby/issues/14
#
require 'colored'
# Set up
#-----------------------------------------------------------------------------#
......
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