aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/functional_caching')
-rw-r--r--actionpack/test/fixtures/functional_caching/fragment_cached_with_options.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/functional_caching/fragment_cached_with_options.html.erb b/actionpack/test/fixtures/functional_caching/fragment_cached_with_options.html.erb
new file mode 100644
index 0000000000..01453323ef
--- /dev/null
+++ b/actionpack/test/fixtures/functional_caching/fragment_cached_with_options.html.erb
@@ -0,0 +1,3 @@
+<body>
+<%= cache 'with_options', skip_digest: true, expires_in: 1.minute do %><p>ERB</p><% end %>
+</body>