test.coffee 105 B

1234567
  1. describe 'plus', ->
  2. it 'should pass', ->
  3. true is true
  4. it 'should work', ->
  5. plus(1, 2) is 3