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

Fix the bug to show the warning deprecated usage of the Code Climate Test Reporter when running tests.

This commit is contained in:
Yusuke Ebihara 2016-11-19 12:47:15 +09:00
parent 67e0e28ab4
commit 10bf21157b

View file

@ -1,6 +1,6 @@
begin
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require 'simplecov'
SimpleCov.start
rescue LoadError => e
$stderr.puts "not recording test coverage: #{e.inspect}"
end