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.