Skip to content

Commit 4ea48f2

Browse files
HusseinMorsyjosevalim
authored andcommitted
Fixed 1 failure in ActionPack testsuite [rails#4613 state:resolved]
Signed-off-by: José Valim <[email protected]>
1 parent 6cabc9a commit 4ea48f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actionpack/test/template/form_helper_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ def test_nil_id
449449
text_area("post", "body", :id => nil)
450450
assert_dom_equal check_box("post", "secret", "id" => nil),
451451
check_box("post", "secret", :id => nil)
452-
assert_dom_equal radio_button("post", "secret", "id" => nil),
453-
radio_button("post", "secret", :id => nil)
452+
assert_dom_equal radio_button("post", "secret", "0", "id" => nil),
453+
radio_button("post", "secret", "0", :id => nil)
454454
end
455455

456456
def test_index

0 commit comments

Comments
 (0)