Re: [rspec-users] How to test views with Nested Resources and Partials

2007-11-21 Thread Troy Nini
Thanks Jarkko! OK that was embarrassingly simple. Maybe, I was just testing you, or not. On Nov 21, 2007 1:12 AM, Jarkko Laine <[EMAIL PROTECTED]> wrote: > Hi Troy, > > On 20.11.2007, at 22.21, Troy Nini wrote: > > Output from running edit.haml_spec.r

[rspec-users] How to test views with Nested Resources and Partials

2007-11-20 Thread Troy Nini
Hi everyone, I am relatively new to rspec and I am running into a wall in testing my views. I have a RESTful resource Contracts with a nested resource of Line_items. I am trying to figure out how to test the "edit" form of the Line_items. What complicates this is the nested routing and how to acc

[rspec-users] How to test views with Nested Resources and Partials

2007-11-20 Thread Troy Nini
Hi everyone, I am relatively new to rspec and I am running into a wall in testing my views. I have a RESTful resource Contracts with a nested resource of Line_items. I am trying to figure out how to test the "edit" form of the Line_items. What complicates this is the nested routing and how to acc