Deleted unused ./test directory
[feedcatcher.git] / test / using_layout_around_block_with_args.html.erb
1 <% render(:layout => "layout_for_block_with_args") do |*args| %><%= args.join %><% end %>