Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / layouts / partial_with_layout.erb
diff --git a/vendor/rails/actionpack/test/fixtures/layouts/partial_with_layout.erb b/vendor/rails/actionpack/test/fixtures/layouts/partial_with_layout.erb
deleted file mode 100644 (file)
index a0349d7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<%= render( :layout => "layout_for_partial", :partial => "partial_for_use_in_layout", :locals => {:name => 'Anthony' } ) %>
-<%= yield %>
-<%= render( :layout => "layout_for_partial", :partial => "partial_for_use_in_layout", :locals => {:name => 'Ramm' } ) %>
\ No newline at end of file