From 7130f9159146776067d334b5043b789860b92761 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 15 Mar 2012 23:39:25 +0100 Subject: Add missing test for #5308 --- actionpack/test/fixtures/layouts/with_html_partial.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/layouts/with_html_partial.html.erb (limited to 'actionpack/test/fixtures/layouts/with_html_partial.html.erb') diff --git a/actionpack/test/fixtures/layouts/with_html_partial.html.erb b/actionpack/test/fixtures/layouts/with_html_partial.html.erb new file mode 100644 index 0000000000..fd2896aeaa --- /dev/null +++ b/actionpack/test/fixtures/layouts/with_html_partial.html.erb @@ -0,0 +1 @@ +<%= render :partial => "partial_only_html" %><%= yield %> -- cgit v1.2.3