wifi-tally_Oostendam/wifi-tally/tally/spec/version_spec.lua

4 lines
160 B
Lua
Raw Normal View History

2021-09-27 19:52:27 +00:00
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)