diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-21 06:02:24 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-05-12 00:43:28 +0200 |
commit | 24f9dd73d5f78bad48ac6dd4e2615ccdb95d9daa (patch) | |
tree | aa7c2eb06ec28bfb815a8c5c2194132e03356932 /test/functional/eval/api_functions_spec.lua | |
parent | ab7d9ae19356aa2b1a3c12a9846bc279d159e763 (diff) | |
download | rneovim-24f9dd73d5f78bad48ac6dd4e2615ccdb95d9daa.tar.gz rneovim-24f9dd73d5f78bad48ac6dd4e2615ccdb95d9daa.tar.bz2 rneovim-24f9dd73d5f78bad48ac6dd4e2615ccdb95d9daa.zip |
test/channels_spec: cleanup
- Remove stray print()
- Use uname() instead of system('uname')
Diffstat (limited to 'test/functional/eval/api_functions_spec.lua')
-rw-r--r-- | test/functional/eval/api_functions_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/eval/api_functions_spec.lua b/test/functional/eval/api_functions_spec.lua index 6f440c7d82..40d06b599f 100644 --- a/test/functional/eval/api_functions_spec.lua +++ b/test/functional/eval/api_functions_spec.lua @@ -6,7 +6,7 @@ local clear, curbufmeths = helpers.clear, helpers.curbufmeths local exc_exec, expect, eval = helpers.exc_exec, helpers.expect, helpers.eval local insert = helpers.insert -describe('api functions', function() +describe('eval-API', function() before_each(clear) it("work", function() |