aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2014-12-02 02:27:55 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2014-12-02 02:27:55 -0200
commit64d90c470bb92d4e1de32fce89a26cf87eae516d (patch)
tree65a304fb2656dea8a009944e38382293dba263cc /actionview
parentcd77755ae46616f24ae0ad2e586be528bb326be1 (diff)
parenta0dae4197e162c4a6e5b30cbeaf334b2805926a0 (diff)
downloadrails-64d90c470bb92d4e1de32fce89a26cf87eae516d.tar.gz
rails-64d90c470bb92d4e1de32fce89a26cf87eae516d.tar.bz2
rails-64d90c470bb92d4e1de32fce89a26cf87eae516d.zip
Merge pull request #17872 from claudiob/remove-duplicate-functional-caching-fixture
Remove one AV fixture (duplicate of an AP fixture)
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>