aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/options_spec.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-07 01:03:25 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-07 01:03:25 -0300
commit7ded32ad3b869b429a617367ea9af4c66a50df1e (patch)
tree28162846bb315097b163127448ec87a33ebaef59 /test/functional/legacy/options_spec.lua
parent8455fd5e338624a76bd2e4b3176f51eeac76ff7b (diff)
parent168a46fd316812ad0393101cf65eef1442d2605a (diff)
downloadrneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.tar.gz
rneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.tar.bz2
rneovim-7ded32ad3b869b429a617367ea9af4c66a50df1e.zip
Merge PR #1421 'Improve test error handling and reporting'
Diffstat (limited to 'test/functional/legacy/options_spec.lua')
-rw-r--r--test/functional/legacy/options_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/legacy/options_spec.lua b/test/functional/legacy/options_spec.lua
index 983d168609..773acb9663 100644
--- a/test/functional/legacy/options_spec.lua
+++ b/test/functional/legacy/options_spec.lua
@@ -2,11 +2,10 @@
-- other tests, so restart nvim in the teardown hook
local helpers = require('test.functional.helpers')
-local restart, command, clear = helpers.restart, helpers.command, helpers.clear
+local command, clear = helpers.command, helpers.clear
describe('options', function()
setup(clear)
- teardown(restart)
it('is working', function()
command('options')