From 7b235f0213599c4c20966f89889baba3b8ad7006 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 7 Sep 2005 13:04:09 +0000 Subject: Use this.href, not unexisting url git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2150 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/url_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb index 185f455777..650255a6f1 100644 --- a/actionpack/test/template/url_helper_test.rb +++ b/actionpack/test/template/url_helper_test.rb @@ -90,7 +90,7 @@ class UrlHelperTest < Test::Unit::TestCase def test_link_tag_using_post_javascript assert_equal( - "Hello", + "Hello", link_to("Hello", "http://www.example.com", :post => true) ) end -- cgit v1.2.3