aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/caching_mailer/multipart_cache.text.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/caching_mailer/multipart_cache.text.erb')
-rw-r--r--actionmailer/test/fixtures/caching_mailer/multipart_cache.text.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/caching_mailer/multipart_cache.text.erb b/actionmailer/test/fixtures/caching_mailer/multipart_cache.text.erb
new file mode 100644
index 0000000000..ef97326e03
--- /dev/null
+++ b/actionmailer/test/fixtures/caching_mailer/multipart_cache.text.erb
@@ -0,0 +1,3 @@
+<% cache :text_caching, skip_digest: true do %>
+ "Welcome text"
+<% end %>