aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/functional_caching/fragment_cached.html.erb')
-rw-r--r--actionpack/test/fixtures/functional_caching/fragment_cached.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb b/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb
index 268a298a42..c479adb897 100644
--- a/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb
+++ b/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb
@@ -1,2 +1,2 @@
Hello
-<% cache do %>This bit's fragment cached<% end %>
+<%= cache do %>This bit's fragment cached<% end %>