spec/spec_helper.rb in everyday-cli-utils-1.8.7.1 vs spec/spec_helper.rb in everyday-cli-utils-1.8.7.2
- old
+ new
@@ -1,2 +1,2 @@
-require 'codeclimate-test-reporter'
-CodeClimate::TestReporter.start
+require 'simplecov'
+SimpleCov.start
\ No newline at end of file