aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/assert_select_email_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* 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
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-2/+2
* applies new string literal convention in actionmailer/testXavier Noria2016-08-061-2/+2
* Deprecated .deliver / .deliver! to .deliver_now / .deliver_now!Cristian Bica2014-08-201-2/+2
* Include the selector assertions on the test caseRafael Mendonça França2014-07-151-3/+0
* Inline Assertion reference.Timm2014-06-161-3/+4
* Remove response faking.Timm2014-06-161-15/+1
* Use 1.9 syntax.Timm2014-06-161-6/+6
* Added rails-dom-testing and rails-html-sanitizer to Gemfile. Added tests for ...Timm2014-06-161-0/+63