Re: [rspec-users] HTML Story Formatter

2008-07-28 Thread Joseph Wilk
> Which brings up the other question.. how do we want to handle the JS? > Due to how the HTML is written out JS is required to change the Story's > and Scenario's styles when a step fails or is pending. I did this with > lowpro for the rspec-story-tmbundle: The current html formatter in trunk no

Re: [rspec-users] Clear a stub

2008-07-28 Thread Pat Maddox
On Mon, Jul 28, 2008 at 12:08 AM, Steve <[EMAIL PROTECTED]> wrote: > Pat Maddox wrote: > ...big snip... >> >> Well, a lot of stuff has happened since then :) However, I'm not sure >> what your problem is still so I can't tell you that it's been fixed >> since then. It sounds to me like you're say

Re: [rspec-users] HTML Story Formatter

2008-07-28 Thread Ben Mabey
Joseph Wilk wrote: Which brings up the other question.. how do we want to handle the JS? Due to how the HTML is written out JS is required to change the Story's and Scenario's styles when a step fails or is pending. I did this with lowpro for the rspec-story-tmbundle: The current html for

[rspec-users] Autotest quits when code has errors

2008-07-28 Thread Evan Dorn
Sorry, I'd put this in a ZenTest forum (as opposed to RSpec), except that I can't find one. I find it frustrating that autotest keeps running when it finds failing tests - but it quits back to the command line whenever a test or code contains *errors*. This means I have to constantly (like every

Re: [rspec-users] Autotest quits when code has errors

2008-07-28 Thread Mark Wilden
On Mon, Jul 28, 2008 at 3:10 PM, Evan Dorn <[EMAIL PROTECTED]> wrote: > Sorry, I'd put this in a ZenTest forum (as opposed to RSpec), except > that I can't find one. > > I find it frustrating that autotest keeps running when it finds failing > tests - but it quits back to the command line whenever

Re: [rspec-users] Autotest quits when code has errors

2008-07-28 Thread Anthony Broad-Crawford
Try rspactor. I have been using since the author pinged this list several months ago. No complaints thus far. To your point, it doesn't bomb when there is an error. Anthony Broad-Crawford On Jul 28, 2008, at 7:19 PM, Mark Wilden wrote: On Mon, Jul 28, 2008 at 3:10 PM, Evan Dorn <[EMAIL P

Re: [rspec-users] Autotest quits when code has errors

2008-07-28 Thread Mark Wilden
On Mon, Jul 28, 2008 at 4:58 PM, Anthony Broad-Crawford < [EMAIL PROTECTED]> wrote: > Try rspactor. I have been using since the author pinged this list several > months ago. No complaints thus far. To your point, it doesn't bomb when > there is an error. > I use rspactor these days, too. A cou

Re: [rspec-users] Clear a stub

2008-07-28 Thread Steve
Pat Maddox wrote: etc. It's super weird that it works in every other place but not here. So I'd start from the tiniest thing possible and add lines until you find one that breaks it. Pat So I went through and took the whole thing apart. It turns out that it is/was a stub issue(just not qui