From 909a4a563ebbe0d642056451acf41b2e524b2a5e Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sat, 16 Jun 2012 15:05:49 -0400 Subject: It should also include text/css => Build Fix --- actionpack/test/template/asset_tag_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/template/asset_tag_helper_test.rb b/actionpack/test/template/asset_tag_helper_test.rb index f4dedb0c81..a9fa2298b7 100644 --- a/actionpack/test/template/asset_tag_helper_test.rb +++ b/actionpack/test/template/asset_tag_helper_test.rb @@ -1088,7 +1088,7 @@ class AssetTagHelperTest < ActionView::TestCase ENV["RAILS_ASSET_ID"] = "" assert_dom_equal( - %(), + %(), stylesheet_link_tag("/foo/baz", :cache => true) ) -- cgit v1.2.3