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 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 application.html.haml file

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 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 application.html.haml file > first looking for a div tag with the class 'na

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 app/vi

[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 com