Skip to content

Commit 2b589ba

Browse files
committed
fixup! test: projectionist tests
1 parent 9d549d6 commit 2b589ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/projectionist_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ describe("projectionist", function()
44
vim.fn.system([[rm -rf ]] .. tmp_dir)
55
vim.fn.system([[mkdir -p ]] .. tmp_dir)
66
vim.fn.system([[cp -r tests/fixtures/ ]] .. tmp_dir)
7-
vim.cmd.cd(tmp_dir .. "/project_a")
87
vim.print("===========")
98
vim.print(vim.opt.cdpath:get())
109
vim.print("===========")
10+
vim.cmd.cd(tmp_dir .. "/project_a")
1111
require("elixir.projectionist").setup()
1212
vim.cmd.edit("project_a/lib/module.ex")
1313
end)

0 commit comments

Comments
 (0)