aboutsummaryrefslogtreecommitdiff
path: root/test/unit/path_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-03-11 13:28:18 +0300
committerZyX <kp-pav@yandex.ru>2017-03-11 23:23:49 +0300
commit9400466282918396c814ef456d0f65dca51b8889 (patch)
tree5ef29efe2be5fa17afebc3e51215a7750e8ff671 /test/unit/path_spec.lua
parent12b062b2c862fd436cff0df4ebb2e5ca22e75e19 (diff)
downloadrneovim-9400466282918396c814ef456d0f65dca51b8889.tar.gz
rneovim-9400466282918396c814ef456d0f65dca51b8889.tar.bz2
rneovim-9400466282918396c814ef456d0f65dca51b8889.zip
unittests: Check core dumps in after_each, like in functests
Diffstat (limited to 'test/unit/path_spec.lua')
-rw-r--r--test/unit/path_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/path_spec.lua b/test/unit/path_spec.lua
index 45b4d117d4..9663c2c8ec 100644
--- a/test/unit/path_spec.lua
+++ b/test/unit/path_spec.lua
@@ -1,5 +1,5 @@
local lfs = require('lfs')
-local helpers = require('test.unit.helpers')
+local helpers = require('test.unit.helpers')(after_each)
local itp = helpers.gen_itp(it)
local cimport = helpers.cimport