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