I\'m finding that autotest has stopped working...
$ autotest loading autotest/rails Autotest style autotest/rails doesn\'t seem to exist. Aborting.
sudo gem install autotest-rails
Perhaps?
Lots of things now have a -rails variant, like cucumber for example.
-rails
Later autotest versions also need
export RSPEC=true
if you're running it (or just put RSPEC=true before the autotest command)
RSPEC=true