diff options
author | claudiob <claudiob@gmail.com> | 2014-12-01 11:59:52 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2014-12-01 11:59:52 -0800 |
commit | a0dae4197e162c4a6e5b30cbeaf334b2805926a0 (patch) | |
tree | 2d3e3a5b0a718d77d982a3df9a436f342004b39f /activemodel | |
parent | e47b523fae8680d71178297f7e913099430d5f2a (diff) | |
download | rails-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 'activemodel')
0 files changed, 0 insertions, 0 deletions