Fix test file naming scheme
This commit is contained in:
parent
291aa15659
commit
c1ba225e62
|
@ -0,0 +1,7 @@
|
|||
describe("nextfile", function()
|
||||
local nextfile = require "nextfile"
|
||||
|
||||
it("returns true", function()
|
||||
assert.is_true(nextfile.nextfile())
|
||||
end)
|
||||
end)
|
|
@ -1,2 +0,0 @@
|
|||
describe("nextfile", function()
|
||||
end)
|
Loading…
Reference in New Issue