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'