Methods
Public Instance methods
[ show source ]
# File test/mail_service_test.rb, line 6
6: def multipart_with_template_path_with_dots(recipient)
7: recipients recipient
8: subject "Have a lovely picture"
9: from "Chad Fowler <chad@chadfowler.com>"
10: attachment :content_type => "image/jpeg",
11: :body => "not really a jpeg, we're only testing, after all"
12: end