diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2016-02-02 20:23:12 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2016-02-02 20:23:12 +0100 |
commit | 3d15cab29d2dc2448066e6b839a04d88859ab0db (patch) | |
tree | b2623b7884399451bd0687cff17d2330c9ddc638 /test/functional/legacy/quickfix_spec.lua | |
parent | 5308585adf8140e232602c96e22909371736d826 (diff) | |
download | rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.gz rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.bz2 rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.zip |
Tests: fix according to lualint
Diffstat (limited to 'test/functional/legacy/quickfix_spec.lua')
-rw-r--r-- | test/functional/legacy/quickfix_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/legacy/quickfix_spec.lua b/test/functional/legacy/quickfix_spec.lua index 7a9958b949..88f86815b3 100644 --- a/test/functional/legacy/quickfix_spec.lua +++ b/test/functional/legacy/quickfix_spec.lua @@ -1,8 +1,7 @@ -- Test for the quickfix commands. local helpers = require('test.functional.helpers') -local insert, source = helpers.insert, helpers.source -local clear, expect = helpers.clear, helpers.expect +local source, clear = helpers.source, helpers.clear describe('helpgrep', function() before_each(clear) |