From e7009b14b60b14c18125a4461cfc6380bb9c7130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 27 Sep 2023 02:36:50 +0000 Subject: [PATCH] Remove unused mailer --- actionmailer/test/log_subscriber_test.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actionmailer/test/log_subscriber_test.rb b/actionmailer/test/log_subscriber_test.rb index d473742d0bb..4272430a9bf 100644 --- a/actionmailer/test/log_subscriber_test.rb +++ b/actionmailer/test/log_subscriber_test.rb @@ -13,12 +13,6 @@ class AMLogSubscriberTest < ActionMailer::TestCase ActionMailer::LogSubscriber.attach_to :action_mailer end - class TestMailer < ActionMailer::Base - def receive(mail) - # Do nothing - end - end - class BogusDelivery def initialize(*) end