mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Just assert_equal here
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user