From 5850f1693546f14420bf0bc630a48650f0d606d5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 25 Mar 2011 23:12:09 +0100 Subject: removes the RJS template handler --- .../fixtures/functional_caching/formatted_fragment_cached.js.rjs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs (limited to 'actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs') diff --git a/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs b/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs deleted file mode 100644 index 057f15e62f..0000000000 --- a/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs +++ /dev/null @@ -1,6 +0,0 @@ -page.assign 'title', 'Hey' -cache do - page['element_1'].visual_effect :highlight - page['element_2'].visual_effect :highlight -end -page.assign 'footer', 'Bye' -- cgit v1.2.3