diff --git a/test/test_helper.rb b/test/test_helper.rb index 60250df..f90e3c5 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,6 +1,6 @@ $VERBOSE = nil -if ENV['COVERAGE'] +if ENV['JENKINS'] require 'simplecov' SimpleCov.start :rails do add_filter 'init.rb'