aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2014-12-01 11:59:52 -0800
committerclaudiob <claudiob@gmail.com>2014-12-01 11:59:52 -0800
commita0dae4197e162c4a6e5b30cbeaf334b2805926a0 (patch)
tree2d3e3a5b0a718d77d982a3df9a436f342004b39f /actionview
parente47b523fae8680d71178297f7e913099430d5f2a (diff)
downloadrails-a0dae4197e162c4a6e5b30cbeaf334b2805926a0.tar.gz
rails-a0dae4197e162c4a6e5b30cbeaf334b2805926a0.tar.bz2
rails-a0dae4197e162c4a6e5b30cbeaf334b2805926a0.zip
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!
Diffstat (limited to 'actionview')
-rw-r--r--actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb3
1 files changed, 0 insertions, 3 deletions
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 @@
-<body>
-<%= cache 'nodigest', skip_digest: true do %><p>ERB</p><% end %>
-</body>