#341 ✓resolved
Bryan Helmkamp

attach_file with nested attributes

Reported by Bryan Helmkamp | January 17th, 2010 @ 06:51 PM

Moved from GitHub issue # 27

Created 3 months ago by Rakoth

I add this spec, and it does not pass.

it "should support nested attributes" do
  with_html <<-HTML
    <html>
    <form method="post" action="/albums">
      <label for="photo_file1">Photo</label>
      <input type="file" id="photo_file1" name="album[photos_attributes][][image]" />
      <input type="submit" />
    </form>
    </html>
  HTML
  webrat_session.should_receive(:post).with("/albums", { "album" => { "photos_attributes" => [{"image" => @uploaded_file}] } })
  attach_file "Photo", @filename
  click_button
end

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Ruby Acceptance Testing for Web applications.

Shared Ticket Bins

People watching this ticket

Pages