summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-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"