From eb23754ebbfbf2d465cc0f900720704fb3703633 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 17 Apr 2013 00:06:11 +0200 Subject: Move template tests from actionpack to actionview --- .../functional_caching/fragment_cached_without_digest.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb (limited to 'actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb') diff --git a/actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb b/actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb new file mode 100644 index 0000000000..3125583a28 --- /dev/null +++ b/actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb @@ -0,0 +1,3 @@ + +<%= cache 'nodigest', skip_digest: true do %>

ERB

<% end %> + -- cgit v1.2.3