aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb')
-rw-r--r--actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb b/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb
index 5db0822f07..820e7db789 100644
--- a/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb
+++ b/actionpack/test/fixtures/test/_layout_with_partial_and_yield.html.erb
@@ -1,4 +1,4 @@
Before
-<%= render :partial => "test/partial.html.erb" %>
+<%= render :partial => "test/partial" %>
<%= yield %>
After