Re: [rspec-users] Failed specs spike autotest

2008-02-15 Thread Steve
On Fri, 15 Feb 2008 01:07:27 -0500, David Chelimsky wrote: The source of the bug was a patch that we applied a while back. This was after the 1.1.3 release, so if you're using 1.1.3 you're fine. If you're using trunk, go ahead and update and you should be fine now. Thanks, I appreciate it.

[rspec-users] Failed specs spike autotest

2008-02-14 Thread Steve
I'm getting some weird behavior. I'm currently running on trunk rspec/ rails, with 3.9.1 autotest. If a all tests succeed or are pending, autotest just sits there dutifully with the blinking cursor. If an example fails, it will take a few seconds, and pop up this line: /usr/bin/ruby1.8 -S

Re: [rspec-users] Failed specs spike autotest

2008-02-14 Thread Steve
On Fri, 15 Feb 2008 08:57:32 +0800, Kamal Fariz wrote: I got this too, but didn't bother to find out where and how script/ spec would sneak into the list of files to test. I got this even if i explicitly exclude the file in my .autotest. The quick and dirty thing I did was: def

Re: [rspec-users] Failed specs spike autotest

2008-02-14 Thread David Chelimsky
I found the source of the problem and I'm working on a fix. On Thu, Feb 14, 2008 at 11:16 PM, Steve [EMAIL PROTECTED] wrote: On Fri, 15 Feb 2008 08:57:32 +0800, Kamal Fariz wrote: I got this too, but didn't bother to find out where and how script/ spec would sneak into the list of files

Re: [rspec-users] Failed specs spike autotest

2008-02-14 Thread David Chelimsky
The source of the bug was a patch that we applied a while back. This was after the 1.1.3 release, so if you're using 1.1.3 you're fine. If you're using trunk, go ahead and update and you should be fine now. On Fri, Feb 15, 2008 at 12:31 AM, David Chelimsky [EMAIL PROTECTED] wrote: I found the