blob: 95aa125da0c8d994209732f5d3648192dd9776f5 [file] [log] [blame]
define ['calculator'], (calculator) ->
describe 'calculator', ->
it 'should pass', ->
true is true
it 'should work', ->
calculator.plus(1, 2) is 3