diff options
author | Abinoam Praxedes Marques Jr <abinoam@gmail.com> | 2015-06-30 09:11:24 -0300 |
---|---|---|
committer | Abinoam Praxedes Marques Jr <abinoam@gmail.com> | 2015-07-09 14:23:21 -0300 |
commit | 7e33c1bb5734aedbc1e1749cd238141059b788f8 (patch) | |
tree | df0b212d0f6f99793cbc7b66a56612d267ff90fc /test/test_helper.rb | |
parent | 88ed45c785cd5e355a9a1f917becc8ba2049806a (diff) | |
download | highline-7e33c1bb5734aedbc1e1749cd238141059b788f8.tar.gz |
Move SimpleCov starting to .simplecov file
Source: https://github.com/colszowka/simplecov#using-simplecov-for-centralized-config
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index b1e903d..8e37082 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,9 +2,6 @@ # coding: utf-8 require 'simplecov' -SimpleCov.start do - add_filter "test_" -end require "codeclimate-test-reporter" CodeClimate::TestReporter.start |