summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2017-06-21 11:50:59 +0200
committerFlorian Frank <flori@ping.de>2017-06-21 11:50:59 +0200
commit4753d185eb7d74806c43716db846febf33b9cd23 (patch)
treeec39351a7fd788ef2bc2eaafcd13ba39958f8439 /tests
parent4688035c424a26a8d943c261170988f1b788fa56 (diff)
downloadjson-4753d185eb7d74806c43716db846febf33b9cd23.tar.gz
simplecov breaks testing => removed
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_helper.rb b/tests/test_helper.rb
index 7e99c29..c5ec0fc 100644
--- a/tests/test_helper.rb
+++ b/tests/test_helper.rb
@@ -15,7 +15,3 @@ begin
require 'byebug'
rescue LoadError
end
-if ENV['START_SIMPLECOV'].to_i == 1
- require 'simplecov'
- SimpleCov.start
-end