I\'m finding that autotest has stopped working...
$ autotest
loading autotest/rails
Autotest style autotest/rails doesn\'t seem to exist. Aborting.
I just upgraded to ZenTest 4.1.4 with autospec and my big app is working just fine. (I had to do a script/generate rspec)
I also created a dummy test app with rails and a dummy scaffold and confirmed autotest is working just fine.
There must be something going on with your config. Did you do a full sudo gem update
?