diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-05-14 04:46:31 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-07-01 05:40:53 -0300 |
commit | c8c5af5a7a53f015c2836d911511a8fec4676ff9 (patch) | |
tree | 638b6500f2a6a18f4eec5fdcdd259a311c48cde3 /test/unit/os/env_spec.lua | |
parent | bfadf5a28b550bf99101c17244d5ea1b926e40c3 (diff) | |
download | rneovim-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/os/env_spec.lua')
-rw-r--r-- | test/unit/os/env_spec.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit/os/env_spec.lua b/test/unit/os/env_spec.lua index 9d936c2564..8e18c599d9 100644 --- a/test/unit/os/env_spec.lua +++ b/test/unit/os/env_spec.lua @@ -12,9 +12,6 @@ local NULL = helpers.NULL require('lfs') --- Needed because expand_env_esc uses the char table -helpers.vim_init() - local env = cimport('./src/nvim/os/os.h') describe('env function', function() |