Forum: RSpec Autospec running over and over, without changes?

Posted by Scott Burton (scottburton11)
on 2008-10-23 23:34
(Received via mailing list)
Hi all;

I have several Rails projects where RSpec is working correctly, and
one in which it is not. Running autospec continuously reloads all
files, running my tests over and over again, without making any
changes. Each time it reloads, it runs a smaller subset of specs until
it settles at around 24.

Using Rspec 1.1.9, Rspec-Rails 1.1.9, ZenTest 3.11.0

This happened to me a while back, was fixed in ZenTest. I can't figure
out why this only affects one project.

Any ideas what's going on here? Thanks,

Scott
Posted by David Chelimsky (Guest)
on 2008-10-27 04:14
(Received via mailing list)
On Thu, Oct 23, 2008 at 4:31 PM, Scott Burton <scottburton11@gmail.com> 
wrote:
> why this only affects one project.
>
> Any ideas what's going on here? Thanks,

Do you have a .autotest file in that project?
Posted by Peter Fitzgibbons (Guest)
on 2008-11-26 21:18
(Received via mailing list)
> Do you have a .autotest file in that project?

I have same issue without .autotest file.

Any further ideas ?

--
View this message in context: 
http://www.nabble.com/Autospec-running-over-and-over%2C-without-changes--tp20140013p20708237.html
Sent from the rspec-users mailing list archive at Nabble.com.
Posted by James Byrne (byrnejb)
on 2008-11-26 22:25
Scott Burton wrote:
> Hi all;
> 
> I have several Rails projects where RSpec is working correctly, and
> one in which it is not. Running autospec continuously reloads all
> files, running my tests over and over again, without making any
> changes. Each time it reloads, it runs a smaller subset of specs until
> it settles at around 24.
> 
> Using Rspec 1.1.9, Rspec-Rails 1.1.9, ZenTest 3.11.0
> 
> This happened to me a while back, was fixed in ZenTest. I can't figure
> out why this only affects one project.
> 
> Any ideas what's going on here? Thanks,
> 
> Scott

You do not have, perchance, files being created in some place, like 
./tmp, by the tests themselves and have not excluded autotest from 
watching that directory?
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.