I had the same problem. In the end, I managed to get everything to make sure that I was on the latest versions of rspec, rspec-rails, autotest and autotest-rails (beta if necessary) and put the following in autotest / discovery.rb:
Autotest.add_discovery { "rails" } Autotest.add_discovery { "rspec2" }
Here 's a blog post that made me start in the right direction.
John hyland
source share