私の rspec テストでは、Placeholder を使用してテキスト フィールドに入力する方法を教えてください。ID と名前はネストされたフォーム用に自動生成されるため、使用できません。
<input class="input-medium inline" id="user_kids_attributes_new_1342116887461_first_name" name="user[kids_attributes][new_1342116887461][first_name]" placeholder="First Name" size="30" type="text">
ありがとう