Skip to content

Commit e1c4337

Browse files
committed
fixup! test: projectionist tests
1 parent d2a3503 commit e1c4337

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/projectionist_spec.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ 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.print(vim.fn.system([[ls tmp]]))
8-
vim.print("===========")
9-
vim.print(vim.fn.system([[ls tmp/fixtures]]))
10-
vim.print("===========")
11-
vim.print(vim.opt.cdpath:get())
12-
vim.print("===========")
13-
vim.cmd.cd(tmp_dir .. "/project_a")
147
require("elixir.projectionist").setup()
158
vim.cmd.edit("project_a/lib/module.ex")
169
end)

0 commit comments

Comments
 (0)