Methods
Public Instance methods
[ show source ]
# File test/mail_service_test.rb, line 27
27: def multipart_with_template_path_with_dots(recipient)
28: recipients recipient
29: subject "Have a lovely picture"
30: from "Chad Fowler <chad@chadfowler.com>"
31: attachment :content_type => "image/jpeg",
32: :body => "not really a jpeg, we're only testing, after all"
33: end
[ show source ]
# File test/mail_service_test.rb, line 35
35: def template_path
36: "#{File.dirname(__FILE__)}/fixtures/path.with.dots"
37: end