From fd822bdaf9d04e522aaa5400b673f333190abe98 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 7 Oct 2011 11:27:49 -0700 Subject: chore(formating): clean code to be function() { --- test/service/exceptionHandlerSpec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/service/exceptionHandlerSpec.js') diff --git a/test/service/exceptionHandlerSpec.js b/test/service/exceptionHandlerSpec.js index 74f37cb9..61e652b5 100644 --- a/test/service/exceptionHandlerSpec.js +++ b/test/service/exceptionHandlerSpec.js @@ -3,17 +3,17 @@ describe('$exceptionHandler', function() { var scope; - beforeEach(function(){ + beforeEach(function() { scope = angular.scope(); }); - afterEach(function(){ + afterEach(function() { dealoc(scope); }); - it('should log errors', function(){ + it('should log errors', function() { var scope = createScope({$exceptionHandler: $exceptionHandlerFactory}, {$log: $logMock}), $log = scope.$service('$log'), -- cgit v1.2.3