UNPKG

coffeecup

Version:
8 lines (6 loc) 192 B
cc = require '../lib/coffeecup' describe 'Common tag', -> describe "p 'foo'", -> it 'should render foo in <p> tag', -> p = -> p 'foo' cc.render(p).should.equal '<p>foo</p>'