Autotest just sits there

I have had this problem for a while.

autotest has never worked properly for me. I have tried different
versions of rspec with different versions of ZenTest. I have tried it
with .autotest files and without.

When I run autotest from my rails app root, it says:

loading autotest/rails_rspec

and then it just sits there.

If I look at the output from autotest -v, it is traversing the tree and
it knows how to handle my source and specs, but it never seems to do
anything.

Thoughts?

Paul Cameron wrote:

I have had this problem for a while.

autotest has never worked properly for me. I have tried different
versions of rspec with different versions of ZenTest. I have tried it
with .autotest files and without.

When I run autotest from my rails app root, it says:

loading autotest/rails_rspec

and then it just sits there.

If I look at the output from autotest -v, it is traversing the tree and
it knows how to handle my source and specs, but it never seems to do
anything.

Thoughts?

Forgot to include my current versions (although this has been occurring
since I first tried to get this working a few months back over various
versions).

ZenTest 3.9.1
rspec plugin 1.1.3
rspec_on_rails plugin 1.1.3
rspec gem 1.1.3

MacOsX Leopard (10.5.1)

rake spec works just fine