Just assert_equal here

This commit is contained in:
Santiago Pastorino 2011-09-26 12:20:52 -03:00
parent 2c3a5075b6
commit d6cff93152
1 changed files with 1 additions and 1 deletions

View File

@ -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