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