From a0dae4197e162c4a6e5b30cbeaf334b2805926a0 Mon Sep 17 00:00:00 2001 From: claudiob Date: Mon, 1 Dec 2014 11:59:52 -0800 Subject: Remove one AV fixture (duplicate of an AP fixture) Both ActionPack and ActionView include `test/fixtures/functional_caching/fragment_cached_without_digest.html.erb`. The [ActionPack file](https://github.com/rails/rails/blob/master/actionpack/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb) is used by the tests. The [ActionView file](https://github.com/rails/rails/blob/master/actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb) is not: it was introduced in eb23754e when some tests and fixtures were moved from AP to AV, but no tests in AV uses the fixture. Long story short: if Travis CI is happy with removing the fixture, you can be sure that is not needed anymore! --- .../functional_caching/fragment_cached_without_digest.html.erb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb (limited to 'actionview') 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 deleted file mode 100644 index 3125583a28..0000000000 --- a/actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb +++ /dev/null @@ -1,3 +0,0 @@ - -<%= cache 'nodigest', skip_digest: true do %>

ERB

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