aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/_partial_with_layout_block_content.erb')
-rw-r--r--actionpack/test/fixtures/test/_partial_with_layout_block_content.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb b/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb
deleted file mode 100644
index 65dafd93a8..0000000000
--- a/actionpack/test/fixtures/test/_partial_with_layout_block_content.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-<%= render :layout => 'test/layout_for_partial', :locals => { :name => 'Bar!' } do %>
- Content from inside layout!
-<% end %>
-partial with layout