Remove test for active white labeling in test email as proposed by David

This commit is contained in:
Konrad
2025-12-29 12:36:50 +01:00
parent 4d6231105f
commit e814fdd447

View File

@@ -23,6 +23,5 @@ RSpec.describe Spree::TestMailer do
context "white labelling" do
it_behaves_like 'email with inactive white labelling', :mail
it_behaves_like 'non-customer facing email with active white labelling', :mail
end
end