search for: quoted_print

Displaying 1 result from an estimated 1 matches for "quoted_print".

Did you mean: quotedprint
2007 May 29
0
specs for ActionMailer
...heck contents part of message response = AdminNotify.create_itemcreated(@item, at expected.date) do_check_email_response(@expected, response) end end def read_fixture(action) IO.readlines("#{FIXTURES_PATH}/admin_notify/#{action}") end def encode(subject) quoted_printable(subject, CHARSET) end def do_check_email_response(expected, response) response.date.should == expected.date response.from.should == expected.from response.to.should == expected.to response.subject.should == @expected.subject response.body.should == @expected.body...