aboutsummaryrefslogtreecommitdiff
path: root/lua/file-empty.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/file-empty.lua')
-rw-r--r--lua/file-empty.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/file-empty.lua b/lua/file-empty.lua
index 170abc7..69ec17d 100644
--- a/lua/file-empty.lua
+++ b/lua/file-empty.lua
@@ -8,10 +8,6 @@ describe("empty file", function()
assert.are.equal(0, file.size)
end)
- it("has \\n line endings", function()
- assert.are.equal("lf", file.newlines)
- end)
-
it("has zero lines", function()
assert.are.equal(0, #file.lines)
end)