describe 'jasmine-node', ->

  it 'should pass', ->
    expect(1+2).toEqual(3)
