aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/httpSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/httpSpec.js')
-rw-r--r--test/service/httpSpec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/service/httpSpec.js b/test/service/httpSpec.js
index 766238d8..ad376b5f 100644
--- a/test/service/httpSpec.js
+++ b/test/service/httpSpec.js
@@ -34,7 +34,6 @@ describe('$http', function() {
it('should pass the responses through interceptors', function() {
- var shared = {};
module(function($httpProvider, $provide) {
$provide.factory('testInterceptor', function ($q) {
return function(httpPromise) {