chore: remove example_spec

This commit is contained in:
Marc Jakobi
2024-06-05 16:37:58 +02:00
parent 9acc3d1053
commit 3555cc2083
-5
View File
@@ -1,5 +0,0 @@
describe("Test example", function()
it("Test can access vim namespace", function()
assert.are.same(vim.trim(" a "), "a")
end)
end)