From fd193641cd0a520beb3031decef6727b47bd99e8 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 25 Jun 2017 04:00:10 -0300 Subject: Run Simplecov only for mri --- test/test_helper.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_helper.rb b/test/test_helper.rb index 161912b..65c7646 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,7 +1,8 @@ #!/usr/bin/env ruby # coding: utf-8 -require 'simplecov' +# Run code coverage only for mri +require 'simplecov' if RUBY_ENGINE == 'ruby' # Compatibility module for StringIO, File # and Tempfile. Necessary for some tests. -- cgit v1.2.1