diff options
Diffstat (limited to 'test/ScopeSpec.js')
| -rw-r--r-- | test/ScopeSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ScopeSpec.js b/test/ScopeSpec.js index ab1ba124..da9c517e 100644 --- a/test/ScopeSpec.js +++ b/test/ScopeSpec.js @@ -62,7 +62,7 @@ describe('scope/model', function(){ var onEval = jasmine.createSpy('onEval'); model.$onEval(onEval); model.$eval(''); - expect(onEval).wasNotCalled(); + expect(onEval).not.toHaveBeenCalled(); }); it('should ignore none string/function', function(){ |
