Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / functional_caching / formatted_fragment_cached.js.rjs
diff --git a/vendor/rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs b/vendor/rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs
new file mode 100644 (file)
index 0000000..057f15e
--- /dev/null
@@ -0,0 +1,6 @@
+page.assign 'title', 'Hey'
+cache do
+  page['element_1'].visual_effect :highlight
+  page['element_2'].visual_effect :highlight
+end
+page.assign 'footer', 'Bye'