aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/commands_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-01-21 00:00:47 +0300
committerZyX <kp-pav@yandex.ru>2017-03-27 00:12:22 +0300
commita3ea05c1e5965ca23b1b926c41b00597e9d0211c (patch)
tree993d5c805749a617baa15c5f931edeb95c0ec56d /test/functional/lua/commands_spec.lua
parent8679feb3cbffd6b175be6a2868e980ca971125f7 (diff)
downloadrneovim-a3ea05c1e5965ca23b1b926c41b00597e9d0211c.tar.gz
rneovim-a3ea05c1e5965ca23b1b926c41b00597e9d0211c.tar.bz2
rneovim-a3ea05c1e5965ca23b1b926c41b00597e9d0211c.zip
functests: Add some tests
Diffstat (limited to 'test/functional/lua/commands_spec.lua')
-rw-r--r--test/functional/lua/commands_spec.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/lua/commands_spec.lua b/test/functional/lua/commands_spec.lua
new file mode 100644
index 0000000000..191504bfaa
--- /dev/null
+++ b/test/functional/lua/commands_spec.lua
@@ -0,0 +1,4 @@
+-- Test suite for checking :lua* commands
+local helpers = require('test.functional.helpers')(after_each)
+
+local eq = helpers.eq