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/documentSpec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/service/documentSpec.js') diff --git a/test/service/documentSpec.js b/test/service/documentSpec.js index 79c752e4..885331e4 100644 --- a/test/service/documentSpec.js +++ b/test/service/documentSpec.js @@ -3,17 +3,17 @@ describe('$document', function() { var scope; - beforeEach(function(){ + beforeEach(function() { scope = angular.scope(); }); - afterEach(function(){ + afterEach(function() { dealoc(scope); }); - it("should inject $document", function(){ + it("should inject $document", function() { expect(scope.$service('$document')).toEqual(jqLite(document)); }); }); -- cgit v1.2.3