aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/caching_test.rb
diff options
context:
space:
mode:
authorStan Lo <a22301613@yahoo.com.tw>2016-01-06 15:29:22 +0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-23 21:06:41 -0300
commit98fe07a946543a6f4d2d7dc9758f0145e1ab932e (patch)
treedd66e6e1bab8ea6ac0343980854055606f772738 /actionmailer/test/caching_test.rb
parent1de6f7938dbc58a618a89397aad5f217a6221d17 (diff)
downloadrails-98fe07a946543a6f4d2d7dc9758f0145e1ab932e.tar.gz
rails-98fe07a946543a6f4d2d7dc9758f0145e1ab932e.tar.bz2
rails-98fe07a946543a6f4d2d7dc9758f0145e1ab932e.zip
Move ActionMailer::Caching's content into ActionMailer::Base instead of including it
Remove useless helper in ActionDispatch::Caching and fix indentation
Diffstat (limited to 'actionmailer/test/caching_test.rb')
-rw-r--r--actionmailer/test/caching_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionmailer/test/caching_test.rb b/actionmailer/test/caching_test.rb
index e48d2042ac..b4344eb167 100644
--- a/actionmailer/test/caching_test.rb
+++ b/actionmailer/test/caching_test.rb
@@ -10,8 +10,6 @@ FILE_STORE_PATH = File.join(File.dirname(__FILE__), '/../temp/', CACHE_DIR)
class FragmentCachingMailer < ActionMailer::Base
abstract!
- include ActionMailer::Caching
-
def some_action; end
end