diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 457e576..2b5c815 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,5 @@ -if ENV['CODECLIMATE_REPO_TOKEN'] - require "codeclimate-test-reporter" - CodeClimate::TestReporter.start -end +require 'simplecov' +SimpleCov.start require 'rspec' require 'tackle_box/version'