summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-24 15:03:06 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-06-24 15:03:12 -0300
commit84d2a24e83e069069d09ff02460446a0a67e28e6 (patch)
treee2af056674f49b572f0c9b60d281ed8d9b3596a2 /test
parent14ebd803371aab541b88b33d2feb1ede7f193a6e (diff)
downloadhighline-84d2a24e83e069069d09ff02460446a0a67e28e6.tar.gz
Update codeclimate to new api
https://github.com/codeclimate/ruby-test-reporter/blob/master/CHANGELOG.md#v100-2016-11-03
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 449c7d2..161912b 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -3,11 +3,6 @@
require 'simplecov'
-if ENV['CODECLIMATE_REPO_TOKEN']
- require "codeclimate-test-reporter"
- CodeClimate::TestReporter.start
-end
-
# Compatibility module for StringIO, File
# and Tempfile. Necessary for some tests.
require "io_console_compatible"