Brakeman: Remove unused cache var from tests

This commit is contained in:
Eddie Lebow 2017-07-11 01:30:06 -04:00
parent d787050fa8
commit eb79b52a9a

View File

@ -5,7 +5,6 @@ Before:
cd ../ruby_fixtures/valid_rails_app/app/models
runtime ale_linters/ruby/brakeman.vim
call setbufvar(0, 'ruby_brakeman_rails_root_cached', '')
After:
" Switch back to whatever directory it was that we started on.