tests/helper.rb in fog-aws-0.12.0 vs tests/helper.rb in fog-aws-0.13.0
- old
+ new
@@ -1,7 +1,8 @@
begin
- require "codeclimate-test-reporter"
- CodeClimate::TestReporter.start
+ require 'simplecov'
+ SimpleCov.start
+ SimpleCov.command_name "Shindo"
rescue LoadError => e
$stderr.puts "not recording test coverage: #{e.inspect}"
end
require File.expand_path('../../lib/fog/aws', __FILE__)