diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 52e8bf376a5e1fdcc171eb117a9ee599e69568d2..9454fd7e91d88a332ff5ed6b06eb9157e2b4a1e6 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -463,7 +463,7 @@ def test_nested_fields_for_with_nested_collections assert_dom_equal expected, output_buffer end - def test_nested_fields_for_with_index + def test_nested_fields_for_with_index_and_parent_fields form_for('post', @post, :index => 1) do |c| concat c.text_field(:title) c.fields_for('comment', @comment, :index => 1) do |r|