summaryrefslogtreecommitdiff
path: root/.simplecov
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 17:18:35 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 17:18:35 +0100
commitae1c07408eb367ba4d72198e0f4c09efccf67153 (patch)
tree7b5e488d01a9259346d4d65ef854ea53ef5c4745 /.simplecov
parente0b08d754b205f9204415c8d08b93a30cb92c04b (diff)
downloadcoderay-ae1c07408eb367ba4d72198e0f4c09efccf67153.tar.gz
merge coverageextend-specs
Diffstat (limited to '.simplecov')
-rw-r--r--.simplecov4
1 files changed, 4 insertions, 0 deletions
diff --git a/.simplecov b/.simplecov
new file mode 100644
index 0000000..f498df8
--- /dev/null
+++ b/.simplecov
@@ -0,0 +1,4 @@
+unless RUBY_VERSION[/^2.3/]
+ SimpleCov.command_name $0
+ SimpleCov.start
+end