I can’t seem to get Rails.vim to detect that I don’t use test/unit, whenever I go into app/models/model.rb and issue the :A command it I get an error:
E345: Can’t find file “test/unit/model_test.rb” in path
There’s no test/ directory in my tree,
-> ls
Gemfile README.rdoc app config.ru
doc log script tmp
Gemfile.lock Rakefile config db
lib public spec vendor
Thanks in advance for any clues.
Took me five minutes after asking the question. The problem was that
spec/models/item_spec.rbdidn’t exist either (I thought it did), and Rails.vim/MacVim complained about thetest/unitfile as that is the default one.