From 59709d9188b7afff3ee53a4a20b9e40a7699e298 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Fri, 14 Oct 2005 02:07:51 +0000 Subject: Ensure radio_button works as expected with values other than strings. Thanks to: * grant.mcinnes@utoronto.ca * rails@jeffcole.net git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2573 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/form_helper_test.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actionpack/test') diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 51141770bd..08b5421c81 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -98,6 +98,12 @@ class FormHelperTest < Test::Unit::TestCase ) end + def test_radio_button_is_checked_with_integers + assert_dom_equal('', + radio_button("post", "secret", "1") + ) + end + def test_text_area assert_dom_equal( '', -- cgit v1.2.3