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:
parent
67e0e28ab4
commit
10bf21157b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue