aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/assert_select_email_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | We don't need to require users to include this module on ActionMailer::TestCase
* 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
assert_select_email.