spec/spec_helper.rb in simple_assertions-0.6.1 vs spec/spec_helper.rb in simple_assertions-0.7.0
- old
+ new
@@ -1,7 +1,7 @@
if ENV["CODECLIMATE_REPO_TOKEN"]
- require "codeclimate-test-reporter"
- CodeClimate::TestReporter.start
+ require "simplecov"
+ SimpleCov.start
end
require "minitest/autorun"
require "simple_assertions"