From 8b306bf24c53f698cd83f7d616f2478a6efa5797 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 15 Jul 2008 20:52:29 -0500 Subject: Improved test coverage for fragment cache helper --- .../fixtures/functional_caching/formatted_fragment_cached.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionpack/test/fixtures/functional_caching/formatted_fragment_cached.html.erb (limited to 'actionpack/test/fixtures/functional_caching/formatted_fragment_cached.html.erb') diff --git a/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.html.erb b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.html.erb new file mode 100644 index 0000000000..d7f43ad95e --- /dev/null +++ b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.html.erb @@ -0,0 +1,3 @@ + +<% cache do %>

ERB

<% end %> + \ No newline at end of file -- cgit v1.2.3