1
0
Fork 0
discourse-custom-wizard-unl.../spec/plugin_helper.rb
2019-12-09 17:14:30 +11:00

6 Zeilen
Kein EOL
130 B
Ruby

SimpleCov.configure do
add_filter do |src|
src.filename !~ /discourse-custom-wizard/ ||
src.filename =~ /spec/
end
end