summaryrefslogtreecommitdiff
path: root/.simplecov
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-06-30 09:11:24 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-07-09 14:23:21 -0300
commit7e33c1bb5734aedbc1e1749cd238141059b788f8 (patch)
treedf0b212d0f6f99793cbc7b66a56612d267ff90fc /.simplecov
parent88ed45c785cd5e355a9a1f917becc8ba2049806a (diff)
downloadhighline-7e33c1bb5734aedbc1e1749cd238141059b788f8.tar.gz
Move SimpleCov starting to .simplecov file
Source: https://github.com/colszowka/simplecov#using-simplecov-for-centralized-config
Diffstat (limited to '.simplecov')
-rw-r--r--.simplecov5
1 files changed, 5 insertions, 0 deletions
diff --git a/.simplecov b/.simplecov
new file mode 100644
index 0000000..a5dac13
--- /dev/null
+++ b/.simplecov
@@ -0,0 +1,5 @@
+unless SimpleCov.running
+ SimpleCov.start do
+ add_filter "test_"
+ end
+end