标签: ember.js qunit sinon notify teaspoon
我正在测试这段代码,语法是在咖啡脚本中。
functionName: -> a = @get('content') a.on('didUpdate', => @get("controllers.application").notify title: "Success!" message: "Updated!" type: "alert-success" ) a.save()