test.coffee 105 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 describe 'plus', -> it 'should pass', -> true is true it 'should work', -> plus(1, 2) is 3