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

2008-08-05 Thread Evan Dorn
David Chelimsky wrote: > What do you mean "it quits back to the command line"? Autotest stops running and I get a command prompt again. > There has not been a 1.1.5 release, so I'm guessing you're using code > from github, right? Yes, I'm using a version from github, in a Rails 2.1 project. rsp

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

2008-08-05 Thread Matt Wynne
Mark Wilden wrote: > > It sounds like it might be an RSpec 1.1.5 thing. I've used 1.1.4 with > autotest without seeing the problem you describe. > I get a similar-ish thing: autotest doesn't actually quit, but I get no growl notification when there's a 'compile' error, so it seems like autotes

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

2008-08-04 Thread David Chelimsky
On Mon, Jul 28, 2008 at 5: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-29 Thread Evan Dorn
Mark Wilden wrote: > On Mon, Jul 28, 2008 at 3:10 PM, Evan Dorn <[EMAIL PROTECTED]> wrote: > > > It sounds like it might be an RSpec 1.1.5 thing. I've used 1.1.4 with > autotest without seeing the problem you describe. > I have the same problem on projects that use Test::Unit, too, at least for

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] 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 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

[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