Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
6 Zeilen
Kein EOL
130 B
Ruby
6 Zeilen
Kein EOL
130 B
Ruby
SimpleCov.configure do
|
|
add_filter do |src|
|
|
src.filename !~ /discourse-custom-wizard/ ||
|
|
src.filename =~ /spec/
|
|
end
|
|
end |