spec/spec_helper.rb in mrkt-0.7.0 vs spec/spec_helper.rb in mrkt-0.8.0
- old
+ new
@@ -1,14 +1,9 @@
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.start
end
-if ENV['CODECLIMATE_REPO_TOKEN']
- require 'codeclimate-test-reporter'
- CodeClimate::TestReporter.start
-end
-
require 'bundler/setup'
Bundler.setup
require 'mrkt'