It should also include text/css => Build Fix

This commit is contained in:
Arun Agrawal
2012-06-16 15:05:49 -04:00
parent 52d09638df
commit 909a4a563e

View File

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