ifnotpackage.path:find("spec/%?%.lua;")thenprint("including spec")package.path="./spec/?.lua;"..package.pathendlocalcommon=require("common")_G.assert=assertdescribe("physics library",function()it("should have methods to create a physics box",function()end)end)