Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / actionpack / test / fixtures / functional_caching / inline_fragment_cached.html.erb
1 <%= render :inline => 'Some inline content' %>
2 <% cache do %>Some cached content<% end %>