I tried following the wiki here:
http://wiki.github.com/aslakhellesoy/cucumber/autotest-integration
One known issue is an error similar to this:
$ AUTOFEATURE=true autotest
> loading autotest/cucumber_rails
> Autotest style autotest/cucumber_rails doesn't seem to exist.
> Aborting.
The error can occur because of a recent split of autotest code so that
it misses a required library. Try
$ sudo gem install autotest-rails
--
But this didn't work.
$ gem list autotest
*** LOCAL GEMS ***
autotest (4.2.10)
autotest-fsevent (0.2.2)
autotest-growl (0.2.4)
autotest-rails (4.1.0)
$ autotest
loading autotest/cucumber_rails_rspec2
Error loading Autotest style autotest/cucumber_rails_rspec2 (no such
file to load -- autotest/rails_rspec2). Aborting.
Any ideas?