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