I updated my ruby pearl and suddenly Autotest stopped working.
After many attempts to fix without any debugging information, I know the following:
$ autotest
loading autotest/rails_rspec2
You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install
Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting
Any solution for this?
source
share