diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2014-12-02 02:27:55 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2014-12-02 02:27:55 -0200 |
commit | 64d90c470bb92d4e1de32fce89a26cf87eae516d (patch) | |
tree | 65a304fb2656dea8a009944e38382293dba263cc /actionview/test/fixtures | |
parent | cd77755ae46616f24ae0ad2e586be528bb326be1 (diff) | |
parent | a0dae4197e162c4a6e5b30cbeaf334b2805926a0 (diff) | |
download | rails-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/test/fixtures')
-rw-r--r-- | actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb | 3 |
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> |