diff --git a/middleman-core/features/asset_hash.feature b/middleman-core/features/asset_hash.feature index a8853358..e64c9208 100644 --- a/middleman-core/features/asset_hash.feature +++ b/middleman-core/features/asset_hash.feature @@ -1,4 +1,4 @@ -Feature: Assets get a file hash appended to their and references to them are updated +Feature: Assets get file hashes appended to them and references to them are updated Scenario: Hashed-asset files are produced, and HTML, CSS, JSON and JavaScript gets rewritten to reference the new files Given a successfully built app at "asset-hash-app" When I cd to "build"