From 9454e06766a523f5c23dbd0aef43cf832f9ac8fc Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Mon, 16 Jul 2018 13:02:39 +0200 Subject: [PATCH] Do not show warning with tests --- test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index 3eef8fd..de326c1 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,3 +1,5 @@ +$VERBOSE = nil + unless ENV['SKIP_COVERAGE'] require 'simplecov' require 'simplecov-rcov'