summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2017-07-11 01:30:06 -0400
committerEddie Lebow <elebow@users.noreply.github.com>2017-07-11 01:30:06 -0400
commiteb79b52a9aa106540468efd383b7f586e8905c87 (patch)
tree65043f083464cb71ec8abbdc298e3e14e1cfff01 /test
parentd787050fa8a82eec26962055829af1f33bd70bbf (diff)
downloadale-eb79b52a9aa106540468efd383b7f586e8905c87.zip
Brakeman: Remove unused cache var from tests
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_brakeman_handler.vader1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/handler/test_brakeman_handler.vader b/test/handler/test_brakeman_handler.vader
index 6a577beb..240a0990 100644
--- a/test/handler/test_brakeman_handler.vader
+++ b/test/handler/test_brakeman_handler.vader
@@ -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.