I know there are a few questions already regarding autotest and zentest but my problem seems a little different. In my case, if I run with
autotest
nothing happens other than a status message saying "Waiting since..." with no tests being run. If I run it with
autotest -s rspec2
Then all my tests run. If I change a spec file autotest knows and re-runs my tests. But if I change a controller file then I just get my "Waiting since..." message updated but no tests are run.
Any ideas what's going on? Or can someone please point me where I can look into this further?
.autotest (i actually don't know if # is how to comment out a section!)
require 'autotest/fsevent'
#require 'autotest/restart'
require 'autotest/growl'
require 'autotest/timestamp'
I never use "sudo gem install" because I am using rvm. So only "gem install X"