Skip to content

Commit

Permalink
chore(hash): update asset hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenosloan committed Jul 11, 2016
1 parent 6be0276 commit 76b1716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/test_cases/asset_hash.feature
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ 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
"""
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"

0 comments on commit 76b1716

Please sign in to comment.