Layout=require'../src/Layout'describe"Layout",->describe"constructor()",->it"should create root block",->l=newLayoutexpect(l._root).to.existl._root._name.should.equal'__root'describe"get()",->it"should not be allowed when any block is open",->l=newLayoutl.openBlock()(->l.get()).should.throwError