summaryrefslogtreecommitdiff
path: root/tests/specs/bootstrap_spec.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-05-03 08:55:15 +0200
committerkylo252 <[email protected]>2022-05-03 08:55:15 +0200
commite264bff7e820ba891cd16892de52236d62f7821f (patch)
tree4262530ac7738ebdec0fa6abab560610789b72f3 /tests/specs/bootstrap_spec.lua
parentad5eeaf6ad12cf05e4b936690bf78bc53827b12c (diff)
parentcfa702e6fe2f875a2c674182fe2f86e8f613aa1e (diff)
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'tests/specs/bootstrap_spec.lua')
-rw-r--r--tests/specs/bootstrap_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/specs/bootstrap_spec.lua b/tests/specs/bootstrap_spec.lua
index 51c3330e..9426a16c 100644
--- a/tests/specs/bootstrap_spec.lua
+++ b/tests/specs/bootstrap_spec.lua
@@ -12,9 +12,7 @@ a.describe("initial start", function()
assert.falsy(package.loaded["lvim.impatient"])
end)
- a.it("should be able to use lunarvim directories using vim.fn", function()
- assert.equal(lvim_runtime_path, vim.fn.stdpath "data")
- assert.equal(lvim_config_path, vim.fn.stdpath "config")
+ a.it("should be able to use lunarvim cache directory using vim.fn", function()
assert.equal(lvim_cache_path, vim.fn.stdpath "cache")
end)