diff options
Diffstat (limited to 'test/service/routeParamsSpec.js')
| -rw-r--r-- | test/service/routeParamsSpec.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/test/service/routeParamsSpec.js b/test/service/routeParamsSpec.js index 8cdf3af3..972e4314 100644 --- a/test/service/routeParamsSpec.js +++ b/test/service/routeParamsSpec.js @@ -1,7 +1,7 @@  'use strict'; -describe('$routeParams', function(){ -  it('should publish the params into a service', function(){ +describe('$routeParams', function() { +  it('should publish the params into a service', function() {      var scope = angular.scope(),          $location = scope.$service('$location'),          $route = scope.$service('$route'), @@ -20,7 +20,7 @@ describe('$routeParams', function(){    }); -  it('should preserve object identity during route reloads', function(){ +  it('should preserve object identity during route reloads', function() {      var scope = angular.scope(),          $location = scope.$service('$location'),          $route = scope.$service('$route'), | 
