From 462c75b60c659d75fafaeb10dd6ba9d4c16b6cb2 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 20 Dec 2008 18:08:02 +0000 Subject: Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik] --- actionpack/test/template/form_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/template/form_helper_test.rb b/actionpack/test/template/form_helper_test.rb index 52e8bf376a..9454fd7e91 100644 --- a/actionpack/test/template/form_helper_test.rb +++ b/actionpack/test/template/form_helper_test.rb @@ -463,7 +463,7 @@ class FormHelperTest < ActionView::TestCase 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| -- cgit v1.2.3