aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/quit_spec.lua
blob: fe138a24c80fe9f4de9cae654e9624aa6d396b17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
local helpers = require('test.functional.helpers')(after_each)
local clear = helpers.clear

describe(':qa', function()
  before_each(function()
    clear('--cmd', 'qa')
  end)

  it('verify #3334', function()
    -- just testing if 'qa' passed as a program argument wont result in memory
    -- errors
  end)
end)