diff options
Diffstat (limited to 'test/functional/legacy/quickfix_spec.lua')
-rw-r--r-- | test/functional/legacy/quickfix_spec.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/functional/legacy/quickfix_spec.lua b/test/functional/legacy/quickfix_spec.lua deleted file mode 100644 index 88f86815b3..0000000000 --- a/test/functional/legacy/quickfix_spec.lua +++ /dev/null @@ -1,17 +0,0 @@ --- Test for the quickfix commands. - -local helpers = require('test.functional.helpers') -local source, clear = helpers.source, helpers.clear - -describe('helpgrep', function() - before_each(clear) - - it('works', function() - source([[ - helpgrep quickfix - copen - " This wipes out the buffer, make sure that doesn't cause trouble. - cclose - ]]) - end) -end) |