mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
It should also include text/css => Build Fix
This commit is contained in:
@@ -1088,7 +1088,7 @@ class AssetTagHelperTest < ActionView::TestCase
|
||||
ENV["RAILS_ASSET_ID"] = ""
|
||||
|
||||
assert_dom_equal(
|
||||
%(<link href="/stylesheets/all.css" media="screen" rel="stylesheet" />),
|
||||
%(<link type="text/css" href="/stylesheets/all.css" media="screen" rel="stylesheet" />),
|
||||
stylesheet_link_tag("/foo/baz", :cache => true)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user