UNPKG

232 Btext/coffeescriptView Raw
1require './setup'
2
3describe 'Body template test', ->
4 beforeEach ->
5 @load '''
6 ## hello
7 ''', head: ''
8
9 it 'wrap in div', ->
10 expect(@$).have.selector 'body > div'
11 expect(@$).have.selector 'body > div > section'