summaryrefslogtreecommitdiff
path: root/.simplecov
diff options
context:
space:
mode:
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