aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-2/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in Action MailerAkira Matsuda2016-12-241-8/+6
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-4/+4
* Clear ActionMailer deliveries on setup and teardownarktisklada2016-04-251-1/+4
* Small typo on a method name:Edouard CHIN2016-04-151-2/+2
* fix class name typo.Yves Senn2016-02-161-2/+2
* reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.Yves Senn2016-02-161-1/+16
* action mailer test cases protected method can be `# :nodoc:`Gaurav Sharma2015-10-041-5/+5
* Only include the needed assertionsRafael Mendonça França2014-10-071-1/+2
* fix tests on action_mailerschneems2014-10-071-1/+1
* Add `set_delivery_method` and `restore_delivery_method` to `ActionMailer::Tes...Lucas Mazza2014-08-191-0/+9
* Include the selector assertions on the test caseRafael Mendonça França2014-07-151-0/+2
* Restore delivery method on teardowns.Timm2014-06-161-3/+2
* Restore test deliveries properly in ActionMailer.Zuhao Wan2014-06-071-0/+8
* Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-7/+0
* Also includes ConstantLookup dependency for controller and mailer testsAndy Lindeman2012-09-261-0/+1
* Support mailer tests using spec DSLMike Moore2012-09-241-3/+5
* Register mailer tests for minitest's spec DSLMike Moore2012-09-241-0/+7
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* test cases should inherit from AS::TestCaseAaron Patterson2012-01-051-0/+1
* Using InstanceMethods in a Concern is deprecatedJeremy Kemper2011-11-301-10/+6
* normalize arg for ActionMailer::TestCase tests methodAlexey Vakhov2011-10-031-1/+8
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-2/+5
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
* Move ActionMailer::TC to AV::TC::BehaviorDavid Chelimsky2010-06-121-37/+51
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF...Mikel Lindsaar2010-04-111-3/+3
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...José Valim and Mikel Lindsaar2010-01-241-1/+1
* Get rid of RAILS_ROOT deprecation on AM::TestCase.José Valim2010-01-191-1/+1
* Autoload AS test caseJoshua Peek2010-01-041-3/+0
* Adding :transfer_encoding -> :content_transfer_encoding as part of TmailCompatMikel Lindsaar2009-12-311-1/+1
* Remove unused code paths and require mail only when it's needed.José Valim2009-12-281-0/+1
* More updates... 45 errors left to get it working with Mail gemMikel Lindsaar2009-11-201-1/+1
* Starting again on actionmailer integration with mailMikel Lindsaar2009-11-121-1/+1
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-231-1/+1
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-22/+14
* Fixed that you don't have to call super in ActionMailer::TestCase#setup (clos...David Heinemeier Hansson2008-01-031-1/+14
* mailer_class is a class method not an instance method. [josh] Closes #10041Michael Koziarski2007-11-211-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+59