class BogusDelivery
Public Class Methods
new(*)
click to toggle source
# File actionmailer/test/delivery_methods_test.rb, line 16 def initialize(*) end
Public Instance Methods
deliver!(mail)
click to toggle source
# File actionmailer/test/delivery_methods_test.rb, line 19 def deliver!(mail) raise "failed" end