summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <franco@definefunk.com>2017-08-29 15:28:33 -0400
committerGitHub <noreply@github.com>2017-08-29 15:28:33 -0400
commit7f68225cc4a72c00b310c1ecbd6900b193ac2ec6 (patch)
treeee8115fb4fa2418a68c7913ae73a532018d3c87f /test/test_helper.rb
parent2a10d48ca4b4e42bcbac708473ce73c6dd4e5b15 (diff)
parent279d9d4c5516f467dee5d2a0593a76389cebed97 (diff)
downloadipaddress-7f68225cc4a72c00b310c1ecbd6900b193ac2ec6.tar.gz
Merge pull request #85 from icy-arctic-fox/travis-ci-fix
Travis CI fix
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 5200cf8..4a80d3e 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,7 +1,7 @@
require 'rubygems'
require 'minitest/autorun'
-require "codeclimate-test-reporter"
-CodeClimate::TestReporter.start
+require 'simplecov'
+SimpleCov.start
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))