From de75deb080f3abbb00bad87da04611f4321d3365 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sun, 14 Mar 2010 17:26:19 -0300 Subject: [PATCH] There's a Ruby issue with File.basename different versions returns different things, so we shouldn't test that --- actionpack/test/template/asset_tag_helper_test.rb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/actionpack/test/template/asset_tag_helper_test.rb b/actionpack/test/template/asset_tag_helper_test.rb index 46e6129..a4e0d26 100644 --- a/actionpack/test/template/asset_tag_helper_test.rb +++ b/actionpack/test/template/asset_tag_helper_test.rb @@ -128,7 +128,6 @@ class AssetTagHelperTest < ActionView::TestCase ImageLinkToTag = { %(image_tag("xml.png")) => %(Xml), - %(image_tag("..jpg")) => %(), %(image_tag("rss.gif", :alt => "rss syndication")) => %(rss syndication), %(image_tag("gold.png", :size => "45x70")) => %(Gold), %(image_tag("gold.png", "size" => "45x70")) => %(Gold), -- 1.7.0