Fix test file naming scheme

This commit is contained in:
The Magician 2023-11-18 12:46:28 +00:00
parent 291aa15659
commit c1ba225e62
2 changed files with 7 additions and 2 deletions

7
spec/nextfile_spec.lua Normal file
View File

@ -0,0 +1,7 @@
describe("nextfile", function()
local nextfile = require "nextfile"
it("returns true", function()
assert.is_true(nextfile.nextfile())
end)
end)

View File

@ -1,2 +0,0 @@
describe("nextfile", function()
end)