Re: [rspec-users] Rails HTML error page in the console.

2009-05-17 Thread Matt Wynne
On 13 May 2009, at 16:13, Ben Mabey wrote: Matt Wynne wrote: I'm still bugged by the fact that when I get an exception during a feature run (e.g. Couldn't find partial) then what I see in the console is all the HTML to report that error in a browser. I have had a few ideas for this bubbli

Re: [rspec-users] Rails HTML error page in the console.

2009-05-17 Thread Matt Wynne
On 13 May 2009, at 11:40, Ben Lovell wrote: On Wed, May 13, 2009 at 8:42 AM, Matt Wynne > wrote: This is definitely something that irks me regularly too. If the HTML displayed were more focused to the actual section that was under inspection that would be hella nice. Although, I realise this

Re: [rspec-users] Rails HTML error page in the console.

2009-05-13 Thread Ben Mabey
Matt Wynne wrote: I'm still bugged by the fact that when I get an exception during a feature run (e.g. Couldn't find partial) then what I see in the console is all the HTML to report that error in a browser. I have had a few ideas for this bubbling around at the back of my mind. I wondered wh

Re: [rspec-users] Rails HTML error page in the console.

2009-05-13 Thread Ben Lovell
On Wed, May 13, 2009 at 8:42 AM, Matt Wynne wrote: > I'm still bugged by the fact that when I get an exception during a feature > run (e.g. Couldn't find partial) then what I see in the console is all the > HTML to report that error in a browser. > > I have had a few ideas for this bubbling around

[rspec-users] Rails HTML error page in the console.

2009-05-13 Thread Matt Wynne
I'm still bugged by the fact that when I get an exception during a feature run (e.g. Couldn't find partial) then what I see in the console is all the HTML to report that error in a browser. I have had a few ideas for this bubbling around at the back of my mind. I wondered whether anyone els