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 message when running tests that SimpleCov failed to recognize the test framework and/or suite used.

This commit is contained in:
Yusuke Ebihara 2016-11-19 12:50:06 +09:00
parent 10bf21157b
commit e4687b2dc4

View file

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