Actions
Bug #20122
closedFix tests for sprockets-rails 3.x
Difficulty:
Triaged:
Description
One of the tests for the Docker container, is checking for the exact path of an asset. On sprockets 3.x, the exact path of the asset is no longer going to work, as even tests will use digests. The test can simply match on the asset name (finding the digest and testing for the full path would be possible but probably overkill).
Actions