mirror of https://github.com/rails/rails
Just assert_equal here
This commit is contained in:
parent
2c3a5075b6
commit
d6cff93152
|
@ -271,7 +271,7 @@ class SprocketsHelperTest < ActionView::TestCase
|
|||
Rails.application.config.assets.digests = {'logo.png' => 'logo-d1g3st.png'}
|
||||
@config.assets.digest = false
|
||||
|
||||
assert_match %r{/assets/logo.png},
|
||||
assert_equal '/assets/logo.png',
|
||||
asset_path("logo.png")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue