aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_poll_spec.lua
blob: a763be90ac25f52ba6b98b36c5f5fc9c5fd340c1 (plain)
1
2
3
4
5
6
describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);