[rspec-users] Problem specing application layout, missing partial?

2010-07-05 Thread Pixel
In an effort to teach myself BDD I'm trying it out. I'm trying to do a simple (should be straightforward) spec on my application.html.haml file first looking for a div tag with the class 'nav' it seems that rspec isn't able to render the app/views/layouts/application.html.haml file. Gist with

Re: [rspec-users] Problem specing application layout, missing partial?

2010-07-05 Thread David Chelimsky
On Jul 5, 2010, at 9:52 AM, Pixel wrote: In an effort to teach myself BDD I'm trying it out. I'm trying to do a simple (should be straightforward) spec on my application.html.haml file first looking for a div tag with the class 'nav' it seems that rspec isn't able to render the

Re: [rspec-users] Problem specing application layout, missing partial?

2010-07-05 Thread Pixel
On Mon, Jul 5, 2010 at 11:16 AM, David Chelimsky dchelim...@gmail.comwrote: On Jul 5, 2010, at 9:52 AM, Pixel wrote: In an effort to teach myself BDD I'm trying it out. I'm trying to do a simple (should be straightforward) spec on my application.html.haml file first looking for a div tag

Re: [rspec-users] Problem specing application layout, missing partial?

2010-07-05 Thread David Chelimsky
On Jul 5, 2010, at 12:21 PM, Pixel wrote: On Mon, Jul 5, 2010 at 11:16 AM, David Chelimsky dchelim...@gmail.com wrote: On Jul 5, 2010, at 9:52 AM, Pixel wrote: In an effort to teach myself BDD I'm trying it out. I'm trying to do a simple (should be straightforward) spec on my