I changed my .autotest file to use it with a Ruby-based project.
After that, when I wanted to use it for Rails, it is using the .autotest configuration settings I used for the Ruby project.
I uninstalled autotest and reinstalled it with no luck.
I also removed the .autotest file in the root directory but it is not working.
I’m trying to get autotest up and running as well. I just installed the gem. Running
autotestorautotest --railsinside my rails app starts autotest, but it doesn’t runs a single test. It reports that there aren’t any.UPDATE:
Just discovered I needed to install
autotest-railsas well.You should also install
autotest-fseventto make sure that autotest isn’t polling all the time.I’ve posted the results of my day of autotest at http://ryanbooker.com/archive/autotest-your-rails-apps.
The Short story:
Edit your ~/.autotest
You can launch autotest with: