From bc60283182fa6756412a22c0bb2864a9dd998616 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 9 Dec 2019 19:14:31 +1100 Subject: [PATCH] require simplecov --- spec/plugin_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/plugin_helper.rb b/spec/plugin_helper.rb index f708fb8d..47368da5 100644 --- a/spec/plugin_helper.rb +++ b/spec/plugin_helper.rb @@ -1,3 +1,5 @@ +require 'simplecov' + SimpleCov.configure do add_filter do |src| src.filename !~ /discourse-custom-wizard/ ||