diff options
| author | Misko Hevery | 2010-07-15 14:16:04 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-07-15 14:16:04 -0700 |
| commit | 7cef4358aea6f3cfa18dcfb8145d7bc0560bf157 (patch) | |
| tree | a207997545bedbd86af6d1b68f573da7398f30aa /test/AngularSpec.js | |
| parent | 1de82283dbf1bed2fc04700584dc1123b1e159fe (diff) | |
| download | angular.js-7cef4358aea6f3cfa18dcfb8145d7bc0560bf157.tar.bz2 | |
fixed build
Diffstat (limited to 'test/AngularSpec.js')
| -rw-r--r-- | test/AngularSpec.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/AngularSpec.js b/test/AngularSpec.js index de724f03..6d462b14 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -1,3 +1,7 @@ +beforeEach(function(){ + compileCache = {}; +}); + describe('Angular', function(){ xit('should fire on updateEvents', function(){ var onUpdateView = jasmine.createSpy(); |
