From 4400e39a69dce6c2a63b391242e38f781e35025d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:17:17 +0100 Subject: chore: fix typos (#2292) --- tests/specs/bootstrap_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/specs/bootstrap_spec.lua') diff --git a/tests/specs/bootstrap_spec.lua b/tests/specs/bootstrap_spec.lua index b866e4d4..94dd31b1 100644 --- a/tests/specs/bootstrap_spec.lua +++ b/tests/specs/bootstrap_spec.lua @@ -6,12 +6,12 @@ a.describe("initial start", function() local lvim_config_path = get_config_dir() or home_dir .. "/.config/lvim" local lvim_runtime_path = get_runtime_dir() or home_dir .. "/.local/share/lunarvim" - a.it("shoud be able to detect test environment", function() + a.it("should be able to detect test environment", function() assert.truthy(os.getenv "LVIM_TEST_ENV") assert.falsy(package.loaded["lvim.impatient"]) end) - a.it("should not be reading default neovim directories in the home directoies", function() + a.it("should not be reading default neovim directories in the home directories", function() local rtp_list = vim.opt.rtp:get() assert.falsy(vim.tbl_contains(rtp_list, vim.fn.stdpath "config")) end) -- cgit v1.2.3