aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-07 13:19:55 -0700
committerXavier Noria <fxn@hashref.com>2010-04-07 13:20:52 -0700
commitec8610cfdc32d0fe816fb22405e00ef1b6c90d73 (patch)
treec4d194ba60f0e6e6e038dd13daa66c9d77c1f1c9 /actionpack/test
parenteed89e65b6320a59115da0c5ef004c727e0f9cbf (diff)
downloadrails-ec8610cfdc32d0fe816fb22405e00ef1b6c90d73.tar.gz
rails-ec8610cfdc32d0fe816fb22405e00ef1b6c90d73.tar.bz2
rails-ec8610cfdc32d0fe816fb22405e00ef1b6c90d73.zip
adds a default source to #apple_touch_icon_link_tag
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/template/asset_tag_helper_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/template/asset_tag_helper_test.rb b/actionpack/test/template/asset_tag_helper_test.rb
index 71052fb22c..10ee9c7881 100644
--- a/actionpack/test/template/asset_tag_helper_test.rb
+++ b/actionpack/test/template/asset_tag_helper_test.rb
@@ -165,6 +165,7 @@ class AssetTagHelperTest < ActionView::TestCase
}
AppleTouchIconLinkToTag = {
+ %(apple_touch_icon_link_tag) => %(<link href="/apple-touch-icon.png" rel="apple-touch-icon" />),
%(apple_touch_icon_link_tag 'my_site.png') => %(<link href="/images/my_site.png" rel="apple-touch-icon" />)
}