Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / actionpack / test / fixtures / test / _layout_for_partial.html.erb
1 Before (<%= name %>)
2 <%= yield %>
3 After