discourse/spec/mailers
Godfrey Chan 568ed3beaa HAX: force the lazy MessageDelivery object to create the mailer
Starting from Rails 4.2, calling MyMailer.some_method no longer result in an
immediate call to MyMailer#some_method. Instead, a "lazy proxy" is returned
(this is changed to support #deliver_later). As a quick hack to fix the test,
calling #message (or anything, really) would force the Mailer object to be
created and the method invoked.
2014-11-10 01:05:46 -08:00
..
invite_mailer_spec.rb Improve invite email copy 2014-07-10 10:57:40 +05:30
test_mailer_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
user_notifications_spec.rb HAX: force the lazy MessageDelivery object to create the mailer 2014-11-10 01:05:46 -08:00
version_mailer_spec.rb fixed some more deprecations. 20 to go 2014-10-29 16:06:50 +01:00