diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-03-18 08:25:18 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-03-18 16:42:08 +0100 |
commit | 85261a5e96ca4b7a03899faf8e04a3e0cb5567e2 (patch) | |
tree | 38111326cb8f5e1daff1182aa24489544bd90de8 /actionpack/test/template | |
parent | c4a7c31581c8386198317a2385f9c7d462c18497 (diff) | |
download | rails-85261a5e96ca4b7a03899faf8e04a3e0cb5567e2.tar.gz rails-85261a5e96ca4b7a03899faf8e04a3e0cb5567e2.tar.bz2 rails-85261a5e96ca4b7a03899faf8e04a3e0cb5567e2.zip |
remove ancient TODOs [ci skip].
Diffstat (limited to 'actionpack/test/template')
-rw-r--r-- | actionpack/test/template/url_helper_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb index 5d87c96605..e359f47975 100644 --- a/actionpack/test/template/url_helper_test.rb +++ b/actionpack/test/template/url_helper_test.rb @@ -51,7 +51,6 @@ class UrlHelperTest < ActiveSupport::TestCase assert_equal 'javascript:history.back()', url_for(:back) end - # TODO: missing test cases def test_button_to_with_straight_url assert_dom_equal %{<form method="post" action="http://www.example.com" class="button_to"><div><input type="submit" value="Hello" /></div></form>}, button_to("Hello", "http://www.example.com") end |