Deleted unused ./test directory
[feedcatcher.git] / test / using_layout_around_block.html.erb
1 <% render(:layout => "layout_for_partial", :locals => { :name => "David" }) do %>Inside from block<% end %>