diff options
| author | Matias Niemelä | 2014-01-22 19:28:42 -0500 | 
|---|---|---|
| committer | Matias Niemelä | 2014-02-06 01:22:14 -0500 | 
| commit | 4224cd5182bc93e4a210f75e0a4e4de7f3c544e8 (patch) | |
| tree | f5fac86882816fc273975118b6f262f089436d3b /test/ng/directive/ngIncludeSpec.js | |
| parent | 906fdad0f95465842e336e057ea97d0633712189 (diff) | |
| download | angular.js-4224cd5182bc93e4a210f75e0a4e4de7f3c544e8.tar.bz2 | |
fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all test helper code for ngAnimate
Closes #5822
Closes #5917
Diffstat (limited to 'test/ng/directive/ngIncludeSpec.js')
| -rw-r--r-- | test/ng/directive/ngIncludeSpec.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/ng/directive/ngIncludeSpec.js b/test/ng/directive/ngIncludeSpec.js index 38038559..ebb35147 100644 --- a/test/ng/directive/ngIncludeSpec.js +++ b/test/ng/directive/ngIncludeSpec.js @@ -353,7 +353,7 @@ describe('ngInclude', function() {        };      } -    beforeEach(module(spyOnAnchorScroll(), 'mock.animate')); +    beforeEach(module(spyOnAnchorScroll(), 'ngAnimateMock'));      beforeEach(inject(          putIntoCache('template.html', 'CONTENT'),          putIntoCache('another.html', 'CONTENT'))); @@ -589,7 +589,7 @@ describe('ngInclude animations', function() {      dealoc(element);    }); -  beforeEach(module('mock.animate')); +  beforeEach(module('ngAnimateMock'));    afterEach(function(){      dealoc(element); | 
