From ea745cbb5b3d095b1d3e7ddfcf668f6ba1a58432 Mon Sep 17 00:00:00 2001 From: yqbk Date: Sat, 8 Oct 2016 17:48:28 +0200 Subject: [PATCH] require codeclimate --- spec/spec_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 28e3d9c5..4435a033 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,6 +15,8 @@ # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration +require "codeclimate-test-reporter" +CodeClimate::TestReporter.start unless RUBY_PLATFORM == 'java' if ENV['CODECLIMATE_REPO_TOKEN']