aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-15 20:52:29 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-15 20:54:17 -0500
commit8b306bf24c53f698cd83f7d616f2478a6efa5797 (patch)
tree35d317f126baafec91f3e8bc20b002bbaa84ae17 /actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
parentecc054352512cac8c0895c78c5f3d043046dcfec (diff)
downloadrails-8b306bf24c53f698cd83f7d616f2478a6efa5797.tar.gz
rails-8b306bf24c53f698cd83f7d616f2478a6efa5797.tar.bz2
rails-8b306bf24c53f698cd83f7d616f2478a6efa5797.zip
Improved test coverage for fragment cache helper
Diffstat (limited to 'actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder')
-rw-r--r--actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
new file mode 100644
index 0000000000..efdcc28e0f
--- /dev/null
+++ b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
@@ -0,0 +1,5 @@
+xml.body do
+ cache do
+ xml.p "Builder"
+ end
+end