aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base/mail_service_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixes some ActionMailer testsSantiago Pastorino2010-08-141-2/+2
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-15/+15
| | | | 's/[ \t]*$//' -i {} \;)
* Fixes encoding mistakes on old_base/mail_service testsSantiago Pastorino2010-06-231-3/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Move ActionMailer::TC to AV::TC::BehaviorDavid Chelimsky2010-06-121-0/+2
| | | | | | [#4843 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit)Mikel Lindsaar2010-06-071-3/+3
|
* Use better assertion methods for testingNeeraj Singh2010-05-191-11/+11
| | | | | | [#4645 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Use assert_equal correctly in actionmailer test (exposing one as broken)Neeraj Singh2010-05-181-2/+3
| | | | | | [#4626 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Changed encoding behaviour of mail, so updated tests in actionmailer and ↵Mikel Lindsaar2010-05-141-3/+3
| | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com>
* Use explicit source encoding rather than forced UTF-8 from US-ASCII.Santiago Pastorino2010-04-261-2/+0
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* New mail is more intelligent on encoding and decodingMikel Lindsaar2010-04-111-3/+3
|
* Cleaning up expectations from the new way mail does itMikel Lindsaar2010-04-111-3/+3
|
* Mail::Part now no longer has nil as a default charset, it is always set to ↵Mikel Lindsaar2010-04-111-1/+1
| | | | something, and defaults to UTF-8
* Fixing up some bad test casesMikel Lindsaar2010-04-111-3/+3
|
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵Mikel Lindsaar2010-04-111-37/+44
| | | | UTF-8, updating tests where incorrect encoding
* Updating test, should be calling :decoded, not :encoded, is a problem now ↵Mikel Lindsaar2010-03-281-1/+1
| | | | that Mail is fixed
* Fixing test, ; is a delimiter, not a termination character, ref RFC 2045Mikel Lindsaar2010-03-281-2/+2
|
* Fix ActionMailer test issuesEvan Phoenix2010-03-221-2/+4
| | | | | * Don't depend so much no the message in a NameError * Reset the delivery method properly
* Finish cleaning up rendering stack from views and move assigns evaluation to ↵José Valim2010-03-121-3/+0
| | | | controller (so plugins and/or controllers can overwrite just one method).
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-261-19/+18
|
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-0/+8
|
* changed test to get TestMailer to use :file delivery method directly (as ↵José Valim and Mikel Lindsaar2010-01-251-3/+3
| | | | setup action was resetting delivery_method to :test on init
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-0/+1192