aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/functional_caching/fragment_cached_without_digest.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Remove one AV fixture (duplicate of an AP fixture)claudiob2014-12-011-3/+0
| | | | | | | | | | | | 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!
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+3