class AMLogSubscriberTest::TestMailer

Public Instance Methods

receive(mail) click to toggle source
# File actionmailer/test/log_subscriber_test.rb, line 17
def receive(mail)
  # Do nothing
end