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_block_with_args.html.erb
1 Before
2 <%= yield 'arg1', 'arg2' %>
3 After