From 1188d3005a35df9a9ef3fd43b6ab7252b10399aa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 10 Dec 2004 17:16:11 +0000 Subject: Fixed problem with cookies not being set to path=/ by default and a test buggerboo git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@110 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/url_helper_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/test') diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb index e624c188db..61b642a19e 100644 --- a/actionpack/test/template/url_helper_test.rb +++ b/actionpack/test/template/url_helper_test.rb @@ -29,12 +29,12 @@ class UrlHelperTest < Test::Unit::TestCase def test_link_to_image assert_equal( - "\"Rss\"", + "\"Rss\"", link_to_image("rss", "http://www.world.com", "size" => "30x45") ) assert_equal( - "\"Feed\"", + "\"Feed\"", link_to_image("rss.gif", "http://www.world.com", "size" => "30x45", "alt" => "Feed", "class" => "admin") ) end -- cgit v1.2.3