Methods
Public Instance methods
multipart_with_template_path_with_dots(recipient)
    # 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
template_path()
    # File test/mail_service_test.rb, line 35
35:   def template_path
36:     "#{File.dirname(__FILE__)}/fixtures/path.with.dots"
37:   end