aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-02-11 08:58:28 +0100
committerLucas Hoffmann <l-m-h@web.de>2016-05-23 10:17:36 +0200
commitb4848c5d1474d7226e86acf653fba8b249321c93 (patch)
treeaea1f108b1c4bd2ffa79b3a0cfd3d8d45eb4e544 /test/functional/legacy
parent1afb1cc6bc3fe9234a24a02ec4ecc9888214ceb5 (diff)
downloadrneovim-b4848c5d1474d7226e86acf653fba8b249321c93.tar.gz
rneovim-b4848c5d1474d7226e86acf653fba8b249321c93.tar.bz2
rneovim-b4848c5d1474d7226e86acf653fba8b249321c93.zip
test: Clean up after migration of legacy test 55.
Diffstat (limited to 'test/functional/legacy')
-rw-r--r--test/functional/legacy/055_list_and_dict_types_spec.lua (renamed from test/functional/legacy/055_spec.lua)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/055_spec.lua b/test/functional/legacy/055_list_and_dict_types_spec.lua
index bfabea20fa..4b663be04c 100644
--- a/test/functional/legacy/055_spec.lua
+++ b/test/functional/legacy/055_list_and_dict_types_spec.lua
@@ -4,7 +4,7 @@ local helpers = require('test.functional.helpers')
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
-describe('55', function()
+describe('list and dictionary types', function()
before_each(clear)
it('creating list directly with different types', function()