describe("Example test", function() before_each(function() end) describe("Z", function() it("should set the correct directory", function() assert.True(true) end) end) end)