mirror of https://github.com/rails/rails
Remove unused mailer
This commit is contained in:
parent
647e39b278
commit
e7009b14b6
|
@ -13,12 +13,6 @@ class AMLogSubscriberTest < ActionMailer::TestCase
|
||||||
ActionMailer::LogSubscriber.attach_to :action_mailer
|
ActionMailer::LogSubscriber.attach_to :action_mailer
|
||||||
end
|
end
|
||||||
|
|
||||||
class TestMailer < ActionMailer::Base
|
|
||||||
def receive(mail)
|
|
||||||
# Do nothing
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class BogusDelivery
|
class BogusDelivery
|
||||||
def initialize(*)
|
def initialize(*)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue