mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Just assert_equal here
This commit is contained in:
parent
2c3a5075b6
commit
d6cff93152
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue