From e814fdd4474c2234011569e23ee00491e34fc6d0 Mon Sep 17 00:00:00 2001 From: Konrad Date: Mon, 29 Dec 2025 12:36:50 +0100 Subject: [PATCH] Remove test for active white labeling in test email as proposed by David --- spec/mailers/test_mailer_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/mailers/test_mailer_spec.rb b/spec/mailers/test_mailer_spec.rb index 0571640d10..314be75f74 100644 --- a/spec/mailers/test_mailer_spec.rb +++ b/spec/mailers/test_mailer_spec.rb @@ -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