From 76b171626ed83f6fc915ed785957b6d2e296e450 Mon Sep 17 00:00:00 2001 From: Steven Sloan Date: Mon, 11 Jul 2016 14:39:12 -0400 Subject: [PATCH] chore(hash): update asset hashes --- features/test_cases/asset_hash.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/test_cases/asset_hash.feature b/features/test_cases/asset_hash.feature index edaa62f..fda2b87 100644 --- a/features/test_cases/asset_hash.feature +++ b/features/test_cases/asset_hash.feature @@ -98,8 +98,8 @@ Feature: Assets get a file hash appended to their URL and references to them are function sprockets_sub_function() { } """ When I go to "/partials/" - Then I should see 'src="../javascripts/sprockets_base-b80703b7.js' - When I go to "/javascripts/sprockets_base-b80703b7.js" + Then I should see 'src="../javascripts/sprockets_base-0252a861.js' + When I go to "/javascripts/sprockets_base-0252a861.js" Then I should see "sprockets_sub_function" And wait a second And the file "source/javascripts/sprockets_sub.js" has the contents @@ -107,6 +107,6 @@ Feature: Assets get a file hash appended to their URL and references to them are function sprockets_sub2_function() { } """ When I go to "/partials/" - Then I should see 'src="../javascripts/sprockets_base-f624ef94.js' - When I go to "/javascripts/sprockets_base-f624ef94.js" + Then I should see 'src="../javascripts/sprockets_base-5121d891.js' + When I go to "/javascripts/sprockets_base-5121d891.js" Then I should see "sprockets_sub2_function"