spec/spec_helper.rb in resync-0.4.2 vs spec/spec_helper.rb in resync-0.4.3
- old
+ new
@@ -1,13 +1,8 @@
# ------------------------------------------------------------
# SimpleCov/CodeClimate setup
if ENV['COVERAGE']
- if ENV['CODECLIMATE_REPO_TOKEN']
- require 'codeclimate-test-reporter'
- CodeClimate::TestReporter.start
- end
-
require 'simplecov'
require 'simplecov-console'
SimpleCov.minimum_coverage 100
SimpleCov.start do