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/compileSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng/compileSpec.js') diff --git a/test/ng/compileSpec.js b/test/ng/compileSpec.js index c8cb70f8..085eb6e9 100755 --- a/test/ng/compileSpec.js +++ b/test/ng/compileSpec.js @@ -4490,7 +4490,7 @@ describe('$compile', function() { describe('$animate animation hooks', function() { - beforeEach(module('mock.animate')); + beforeEach(module('ngAnimateMock')); it('should automatically fire the addClass and removeClass animation hooks', inject(function($compile, $animate, $rootScope) { -- cgit v1.2.3