
describe 'N Assets', ->

  before (done) ->
    done()

  it 'should test nothing and return true', (done) ->
    done()
