From af21233820ea48a093deb6f3e17fc4971701a741 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 6 Mar 2012 14:15:41 -0800 Subject: fix(test): rename an it so that it doesn't colide with the test above --- test/InjectorSpec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/InjectorSpec.js b/test/InjectorSpec.js index 2ea5b66d..87373228 100644 --- a/test/InjectorSpec.js +++ b/test/InjectorSpec.js @@ -649,7 +649,8 @@ describe('injector', function() { }); - it('should instantiate object and preserve constructor property and be instanceof', function() { + it('should instantiate object and preserve constructor property and be instanceof ' + + 'with the array annotated type', function() { var t = $injector.instantiate(['book', 'author', Type]); expect(t.book).toEqual('moby'); expect(t.author).toEqual('melville'); -- cgit v1.2.3