Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-04 Thread ericindc
On Sep 4, 10:42 am, David Chelimsky wrote: > On Sep 3, 2010, at 10:56 PM, ericindc wrote: > > > > > > > > > On Sep 3, 9:37 pm, David Chelimsky wrote: > >> On Sep 3, 2010, at 8:12 PM, ericindc wrote: > > >>> On Sep 3, 8:34 pm, David Chelimsky wrote: > On Sep 3, 2010, at 6:42 PM, ericindc w

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-04 Thread David Chelimsky
On Sep 3, 2010, at 10:56 PM, ericindc wrote: > > > On Sep 3, 9:37 pm, David Chelimsky wrote: >> On Sep 3, 2010, at 8:12 PM, ericindc wrote: >> >> >> >> >> >> >> >>> On Sep 3, 8:34 pm, David Chelimsky wrote: On Sep 3, 2010, at 6:42 PM, ericindc wrote: >> > On Sep 3, 7:33 pm, e

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
On Sep 3, 9:37 pm, David Chelimsky wrote: > On Sep 3, 2010, at 8:12 PM, ericindc wrote: > > > > > > > > > On Sep 3, 8:34 pm, David Chelimsky wrote: > >> On Sep 3, 2010, at 6:42 PM, ericindc wrote: > > >>> On Sep 3, 7:33 pm, ericindc wrote: > On Sep 3, 7:09 pm, David Chelimsky wrote: > >

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread David Chelimsky
On Sep 3, 2010, at 8:12 PM, ericindc wrote: > > > On Sep 3, 8:34 pm, David Chelimsky wrote: >> On Sep 3, 2010, at 6:42 PM, ericindc wrote: >> >> >> >> >> >> >> >>> On Sep 3, 7:33 pm, ericindc wrote: On Sep 3, 7:09 pm, David Chelimsky wrote: >> > On Sep 3, 2010, at 6:07 PM, e

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
On Sep 3, 8:34 pm, David Chelimsky wrote: > On Sep 3, 2010, at 6:42 PM, ericindc wrote: > > > > > > > > > On Sep 3, 7:33 pm, ericindc wrote: > >> On Sep 3, 7:09 pm, David Chelimsky wrote: > > >>> On Sep 3, 2010, at 6:07 PM, ericindc wrote: > > On Sep 3, 7:04 pm, David Chelimsky wrote: >

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread David Chelimsky
On Sep 3, 2010, at 6:42 PM, ericindc wrote: > > > On Sep 3, 7:33 pm, ericindc wrote: >> On Sep 3, 7:09 pm, David Chelimsky wrote: >> >> >> >> >> >>> On Sep 3, 2010, at 6:07 PM, ericindc wrote: >> On Sep 3, 7:04 pm, David Chelimsky wrote: > On Sep 3, 2010, at 6:02 PM, ericindc

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
On Sep 3, 7:33 pm, ericindc wrote: > On Sep 3, 7:09 pm, David Chelimsky wrote: > > > > > > > On Sep 3, 2010, at 6:07 PM, ericindc wrote: > > > > On Sep 3, 7:04 pm, David Chelimsky wrote: > > >> On Sep 3, 2010, at 6:02 PM, ericindc wrote: > > > >>> Any idea why autotest would miss some of my te

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
On Sep 3, 7:09 pm, David Chelimsky wrote: > On Sep 3, 2010, at 6:07 PM, ericindc wrote: > > > On Sep 3, 7:04 pm, David Chelimsky wrote: > >> On Sep 3, 2010, at 6:02 PM, ericindc wrote: > > >>> Any idea why autotest would miss some of my tests?  I run autotest and > >>> everything passes, but ra

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
I purposefully broke the test and everything passes. Running rake spec, however, caught the error. I am running a Rails 3 app on OS X and RVM 1.8.7-p302 and the the following: rspec (2.0.0.beta.20) rspec-core (2.0.0.beta.20) rspec-expectations (2.0.0.beta.20) rspec-mocks (2.0.0.beta.20) rspec-ra

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread David Chelimsky
On Sep 3, 2010, at 6:07 PM, ericindc wrote: > On Sep 3, 7:04 pm, David Chelimsky wrote: >> On Sep 3, 2010, at 6:02 PM, ericindc wrote: >> >>> Any idea why autotest would miss some of my tests? I run autotest and >>> everything passes, but rake spec results in 2 failures. The 2 >>> failures are

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
On Sep 3, 7:04 pm, David Chelimsky wrote: > On Sep 3, 2010, at 6:02 PM, ericindc wrote: > > > Any idea why autotest would miss some of my tests?  I run autotest and > > everything passes, but rake spec results in 2 failures.  The 2 > > failures are from the model spec that is not being included wh

Re: [rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread David Chelimsky
On Sep 3, 2010, at 6:02 PM, ericindc wrote: > Any idea why autotest would miss some of my tests? I run autotest and > everything passes, but rake spec results in 2 failures. The 2 > failures are from the model spec that is not being included when run > in autotest. Are you sure that the model s

[rspec-users] [rspec-autotest] Autotest is missing some of my specs

2010-09-03 Thread ericindc
Any idea why autotest would miss some of my tests? I run autotest and everything passes, but rake spec results in 2 failures. The 2 failures are from the model spec that is not being included when run in autotest. ___ rspec-users mailing list rspec-user