discourse/spec
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
..
components Avoid a deprecation warning by poly-filling #deliver_now and #deliver_now 2014-11-10 01:05:46 -08:00
controllers update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
fabricators FEATURE: use img's title attribute in overlay information when provided 2014-11-03 22:03:06 +01:00
fixtures FEATURE: consider SVG as an image when authorized 2014-11-03 19:54:10 +01:00
helpers fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
integration update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
integrity FIX: double periods. How did that work?? 2014-02-14 17:57:38 -05:00
jobs FIX: email replies should not be accepted for deleted topics 2014-10-27 13:05:33 +05:30
mailers HAX: force the lazy MessageDelivery object to create the mailer 2014-11-10 01:05:46 -08:00
models update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
phantom_js Rename "User Expansion" to the much clearer "User Card" 2014-10-20 12:11:59 -04:00
serializers Rename "User Expansion" to the much clearer "User Card" 2014-10-20 12:11:59 -04:00
services update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
support Avoid using to_s when performing String Interpolation 2014-08-14 23:55:27 +05:30
views/omniauth_callbacks fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
spec_helper.rb hold back some gems, do fix rspec issue 2014-09-25 11:04:22 +10:00