Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
8 Zeilen
Kein EOL
151 B
Ruby
8 Zeilen
Kein EOL
151 B
Ruby
require 'simplecov'
|
|
|
|
SimpleCov.configure do
|
|
add_filter do |src|
|
|
src.filename !~ /discourse-custom-wizard/ ||
|
|
src.filename =~ /spec/
|
|
end
|
|
end |