[Rails] Re: Integration testing edit actions (PUT method)

2009-05-13 Thread Jarl Friis
Starr Horne writes: >> What does people do here? ignore the fact that the integration test >> generate HTTP request which differs from what a broswer will do, or do >> you use post (or post_via_redirect) and adding the "_method" parameter >> manually. > > I think you're just splitting hairs at t

[Rails] Re: Integration testing edit actions (PUT method)

2009-05-12 Thread Starr Horne
> What does people do here? ignore the fact that the integration test > generate HTTP request which differs from what a broswer will do, or do > you use post (or post_via_redirect) and adding the "_method" parameter > manually. I think you're just splitting hairs at that point. If the put request