1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Remove coveralls from test helper

This commit is contained in:
Nat Welch 2014-05-20 08:02:16 -07:00
parent 9e832323a6
commit cfc204c204

View file

@ -1,16 +1,3 @@
require 'simplecov'
if ENV['COVERAGE'] == 'true' && RUBY_VERSION != "1.9.2"
require 'coveralls'
SimpleCov.command_name "shindo:#{Process.pid.to_s}"
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.merge_timeout 3600
SimpleCov.start
end
ENV['FOG_RC'] = ENV['FOG_RC'] || File.expand_path('../.fog', __FILE__)
ENV['FOG_CREDENTIAL'] = ENV['FOG_CREDENTIAL'] || 'default'