adding an expectation to widgetsSpec.js for ng:include

This commit is contained in:
Igor Minar 2010-08-16 22:56:12 -07:00
parent 0df7329a6a
commit d8e86291c4

View file

@ -446,6 +446,8 @@ describe("widget", function(){
scope.$xhr.cache.data.myUrl = {value:'{{name}}'};
scope.$init();
expect(element.text()).toEqual('igor');
scope.url = undefined;
scope.$eval();