aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test
Commit message (Expand)AuthorAgeFilesLines
* Make silence a warning inserted by commit #4b3f8acyui-knk2015-07-301-1/+4
* Revert "Merge pull request #20758 from xijo/action_mailer_message_delivery_re...Kasper Timm Hansen2015-07-071-14/+6
* ActionMailer::MessageDelivery respects current I18n.localeJohannes Opper2015-07-051-6/+14
* Merge pull request #18587 from chrismcg/allow_deliver_later_queue_name_to_be_...Rafael Mendonça França2015-06-031-0/+14
|\
| * Allow configuration of ActionMailer queue nameChris McGrath2015-06-021-0/+14
* | not require mail fileGaurav Sharma2015-05-291-1/+0
* | not needed require'sAnkit Gupta2015-05-102-2/+0
* | `assert_emails` in block form use the given number as expected valueyuuji.yaginuma2015-05-091-0/+11
* | Make ActionMailer #cache helper a no-op, not an exceptionJavan Makhmali2015-04-281-1/+13
* | Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* | Removing unused mailer templatesThiago Pradi2015-03-0118-50/+0
* | remove noise from AM testsAditya Kapoor2015-02-071-5/+16
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-033-3/+0
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
|/
* Fix assertion that was never runclaudiob2015-01-111-1/+1
* Add assert_enqueued_emails and assert_no_enqueued_emailsGeorge Claghorn2015-01-081-0/+47
* Remove deprecated ActionMailer deliver & deliver!claudiob2015-01-041-19/+0
* Template lookup now respect default locale and I18n fallbacks.Rafael Mendonça França2014-12-293-1/+28
* let the AM test suite pass in 1.9Xavier Noria2014-11-241-2/+2
* let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-242-0/+61
* Only include the needed assertionsRafael Mendonça França2014-10-071-1/+1
* fix tests on action_mailerschneems2014-10-073-6/+8
* Allow attaching files while the mail view is renderedChristian Felder (masone)2014-09-222-0/+21
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Rename remaining :in / :at to :wait / :wait_untilCristian Bica2014-09-041-3/+5
* Active Job refactoringCristian Bica2014-09-031-12/+12
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* [ActionMailer] Rename test/test_test to test/test_case_testAbdelkader Boudih2014-08-301-0/+0
* Make test:isolated run without bundler for Action MailerRobin Dupret2014-08-291-3/+2
* Fix SyntaxErrorAkira Matsuda2014-08-211-1/+1
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-208-51/+70
* Clear deliveries in order not to affect other testsAkira Matsuda2014-08-201-2/+4
* Remove global helpers from the ActionMailer test suite.Lucas Mazza2014-08-192-13/+1
* Merge branch 'master' into loofahRafael Mendonça França2014-08-174-8/+93
|\
| * [ActiveJob] Use globalid gemAbdelkader Boudih2014-08-171-1/+0
| * [ActionMailer] Rename ActionMailer::DelayedDeliveryJob to ActionMailer::Deliv...Abdelkader Boudih2014-08-171-4/+4
| * [ActiveJob] Fix test syntaxAbdelkader Boudih2014-08-171-10/+10
| * Refactor DeliverLater into MessageDeliveryAbdelkader Boudih2014-08-142-10/+11
| * Merge branch 'master' into activejobCristian Bica2014-08-131-1/+3
| |\
| | * use :test delivery method for `base_test.rb`Yves Senn2014-08-132-6/+3
| | * actionmailer_tests_are_order_dependent!Akira Matsuda2014-08-131-0/+5
| | * AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-131-5/+0
| * | Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-132-0/+88
* | | Merge branch 'master' into loofahRafael Mendonça França2014-08-122-0/+46
|\ \ \ | | |/ | |/|
| * | Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
| * | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
| |/
| * Raise an exception when attachments are added after `mail` was called.Yves Senn2014-07-291-0/+39
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* | Include the selector assertions on the test caseRafael Mendonça França2014-07-151-3/+0
* | Rails is a module not a classRafael Mendonça França2014-07-151-1/+1