mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix duplicate test name [#1058 state:resolved] [Dave Rothlisberger, Pratik Naik]
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user