aboutsummaryrefslogtreecommitdiff
path: root/test/unit/buffer_spec.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-05-14 04:46:31 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-07-01 05:40:53 -0300
commitc8c5af5a7a53f015c2836d911511a8fec4676ff9 (patch)
tree638b6500f2a6a18f4eec5fdcdd259a311c48cde3 /test/unit/buffer_spec.lua
parentbfadf5a28b550bf99101c17244d5ea1b926e40c3 (diff)
downloadrneovim-c8c5af5a7a53f015c2836d911511a8fec4676ff9.tar.gz
rneovim-c8c5af5a7a53f015c2836d911511a8fec4676ff9.tar.bz2
rneovim-c8c5af5a7a53f015c2836d911511a8fec4676ff9.zip
test: Ensure proper initialization in unit/helpers.lua
Remove helpers.vim_init and simply perform the required initialization in helpers.lua.
Diffstat (limited to 'test/unit/buffer_spec.lua')
-rw-r--r--test/unit/buffer_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/buffer_spec.lua b/test/unit/buffer_spec.lua
index 5244c2af86..e0e2b827e9 100644
--- a/test/unit/buffer_spec.lua
+++ b/test/unit/buffer_spec.lua
@@ -3,8 +3,6 @@ local helpers = require("test.unit.helpers")
local to_cstr = helpers.to_cstr
local eq = helpers.eq
-helpers.vim_init()
-
local buffer = helpers.cimport("./src/nvim/buffer.h")
local window = helpers.cimport("./src/nvim/window.h")
local option = helpers.cimport("./src/nvim/option.h")