spec/spec_helper.rb in dry-system-0.5.1 vs spec/spec_helper.rb in dry-system-0.6.0
- old
+ new
@@ -1,9 +1,9 @@
# encoding: utf-8
if RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.3'
- require 'codeclimate-test-reporter'
- CodeClimate::TestReporter.start
+ require 'simplecov'
+ SimpleCov.start
end
begin
require 'byebug'
rescue LoadError; end