From 4224cd5182bc93e4a210f75e0a4e4de7f3c544e8 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Wed, 22 Jan 2014 19:28:42 -0500 Subject: fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all test helper code for ngAnimate Closes #5822 Closes #5917 --- test/ng/directive/ngIncludeSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ng/directive/ngIncludeSpec.js') 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); -- cgit v1.2.3