Re: [rspec-users] Rspec2, Autotest showing failure on all passing specs

2010-08-11 Thread David Chelimsky
On Aug 11, 2010, at 2:48 PM, Pixel wrote: > On Wed, Aug 11, 2010 at 12:21 AM, David Chelimsky > wrote: >> I've never seen that before. Do you have red_green installed and maybe >> referenced from ~/.autotest? >> >>> >>> Off to try and reproduce this on a fresh gemset >>> >>> -Cole > >

Re: [rspec-users] Rspec2, Autotest showing failure on all passing specs

2010-08-11 Thread Pixel
On Wed, Aug 11, 2010 at 12:21 AM, David Chelimsky wrote: > I've never seen that before. Do you have red_green installed and maybe > referenced from ~/.autotest? > >> >> Off to try and reproduce this on a fresh gemset >> >> -Cole Hey David, It appears at the moment that this is coming from a

Re: [rspec-users] Rspec2, Autotest showing failure on all passing specs

2010-08-10 Thread David Chelimsky
On Aug 10, 2010, at 10:45 PM, Pixel wrote: > Hey guys, > This is making me nuts, and I've run out of things to google. > I'm writing myself a little gem library, primarily for my own > education. I got a healthy start on my specs and figured I could do > myself a favor and get the specs running u

[rspec-users] Rspec2, Autotest showing failure on all passing specs

2010-08-10 Thread Pixel
Hey guys, This is making me nuts, and I've run out of things to google. I'm writing myself a little gem library, primarily for my own education.  I got a healthy start on my specs and figured I could do myself a favor and get the specs running under autotest.  It's not working quite like I expected