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/ngSwitchSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng/directive/ngSwitchSpec.js') diff --git a/test/ng/directive/ngSwitchSpec.js b/test/ng/directive/ngSwitchSpec.js index a8c91359..e039c4d5 100644 --- a/test/ng/directive/ngSwitchSpec.js +++ b/test/ng/directive/ngSwitchSpec.js @@ -223,7 +223,7 @@ describe('ngSwitch animations', function() { return element; } - beforeEach(module('mock.animate')); + beforeEach(module('ngAnimateMock')); beforeEach(module(function() { // we need to run animation on attached elements; -- cgit v1.2.3