Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / layouts / block_with_layout.erb
diff --git a/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb b/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb
deleted file mode 100644 (file)
index 6a8b419..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<% render(:layout => "layout_for_partial", :locals => { :name => "Anthony" }) do %>Inside from first block in layout<% end %>
-<%= yield %>
-<% render(:layout => "layout_for_partial", :locals => { :name => "Ramm" }) do %>Inside from second block in layout<% end %>