test.coffee 172 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 define ['calculator'], (calculator) -> describe 'calculator', -> it 'should pass', -> true is true it 'should work', -> calculator.plus(1, 2) is 3