Remove unused mailer

This commit is contained in:
Rafael Mendonça França 2023-09-27 02:36:50 +00:00
parent 647e39b278
commit e7009b14b6
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
1 changed files with 0 additions and 6 deletions

View File

@ -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