spec/spec_helper.rb in mrkt-0.4.0 vs spec/spec_helper.rb in mrkt-0.5.0

- old
+ new

@@ -1,9 +1,14 @@ 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'