wifi-tally_Oostendam/wifi-tally/tally/spec/version_spec.lua
Eljakim Herrewijnen 50b5fc1824 Initial commit
2021-09-27 21:52:27 +02:00

4 lines
160 B
Lua

it("The correct Lua version should be used for the tests so no unsupported language features are used", function()
assert.is_same("Lua 5.1", _VERSION)
end)