diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-03-17 00:21:48 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-03-17 00:21:48 -0400 |
commit | 5a9d3be54cce2f21d5f76a4bc5ebef08927b1988 (patch) | |
tree | 054bd7a88bba554f557440ee23fe2e79b276950b /test | |
parent | 77a7ca458bc3e6e140149d1f2bf97593e2d502cd (diff) | |
download | rneovim-5a9d3be54cce2f21d5f76a4bc5ebef08927b1988.tar.gz rneovim-5a9d3be54cce2f21d5f76a4bc5ebef08927b1988.tar.bz2 rneovim-5a9d3be54cce2f21d5f76a4bc5ebef08927b1988.zip |
test: minor changes
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/options/shortmess_spec.lua (renamed from test/functional/ui/shortmess_spec.lua) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/ui/shortmess_spec.lua b/test/functional/options/shortmess_spec.lua index e58e33f6c3..04a64d2943 100644 --- a/test/functional/ui/shortmess_spec.lua +++ b/test/functional/options/shortmess_spec.lua @@ -9,15 +9,14 @@ describe("'shortmess'", function() clear() screen = Screen.new(25, 5) screen:attach() - execute('set shortmess&') end) after_each(function() screen:detach() end) - describe("=F", function() - it(':hides messages about the files read', function() + describe('"F" flag', function() + it('hides messages about the files read', function() execute('e test') screen:expect([[ ^ | |