From 807d8c92b39d703256838fa027c99cdbe9744e5a Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 6 Jan 2011 14:51:44 -0800 Subject: removed dissabled tests which are now outdated --- test/AngularSpec.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'test/AngularSpec.js') diff --git a/test/AngularSpec.js b/test/AngularSpec.js index 6f943af8..50b296bd 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -2,18 +2,6 @@ beforeEach(function(){ compileCache = {}; }); -describe('Angular', function(){ - xit('should fire on updateEvents', function(){ - var onUpdateView = jasmine.createSpy(); - var scope = angular.compile("
", { onUpdateView: onUpdateView }); - expect(onUpdateView).wasNotCalled(); - scope.$init(); - scope.$eval(); - expect(onUpdateView).wasCalled(); - dealoc(scope); - }); -}); - describe('case', function(){ it('should change case', function(){ expect(lowercase('ABC90')).toEqual('abc90'); -- cgit v1.2.3