X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/bdbbf89c38126a71b17049469e8f976c571b9392:/spec/tzfile_spec.lua..3f9a35944dbf63de85654d45120ab4291837ef9c:/.config/awesome/modules/luatz/spec/static/git-logo.png diff --git a/spec/tzfile_spec.lua b/spec/tzfile_spec.lua deleted file mode 100644 index 4f10b71..0000000 --- a/spec/tzfile_spec.lua +++ /dev/null @@ -1,8 +0,0 @@ -describe("Opening/reading tz files", function() - local tzfile = require "luatz.tzfile" - it("should be able to open a version 3 file", function() - -- The tz file for America/Godthab from 2015g - -- One of the smallest tzif3 files I have - tzfile.read_tzfile("spec/Godthab.tz") - end) -end)