aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/deferSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/deferSpec.js')
-rw-r--r--test/ng/deferSpec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ng/deferSpec.js b/test/ng/deferSpec.js
index 48c9e912..2e31aadb 100644
--- a/test/ng/deferSpec.js
+++ b/test/ng/deferSpec.js
@@ -5,6 +5,7 @@ describe('$defer', function() {
$provide.factory('$exceptionHandler', function(){
return jasmine.createSpy('$exceptionHandler');
});
+ $provide.value('$log', {warn: noop});
}));