if not package.path:find("spec/%?%.lua;") then print("including spec") package.path = "./spec/?.lua;" .. package.path end local common = require("common") _G.assert = assert describe("physics library",function() it("should have methods to create a physics box",function() end) end)