Skip to content

Commit 9d549d6

Browse files
committed
fixup! test: projectionist tests
1 parent 6ee3831 commit 9d549d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/projectionist_spec.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ describe("projectionist", function()
55
vim.fn.system([[mkdir -p ]] .. tmp_dir)
66
vim.fn.system([[cp -r tests/fixtures/ ]] .. tmp_dir)
77
vim.cmd.cd(tmp_dir .. "/project_a")
8+
vim.print("===========")
9+
vim.print(vim.opt.cdpath:get())
10+
vim.print("===========")
811
require("elixir.projectionist").setup()
912
vim.cmd.edit("project_a/lib/module.ex")
1013
end)

0 commit comments

Comments
 (0)