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:
parent
9e832323a6
commit
cfc204c204
1 changed files with 0 additions and 13 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue