From da4b8a74c3c84aeccf2ecb8b5d74d22a579f2438 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 18 Jan 2011 15:15:33 -0800 Subject: fix spec title for angular.formatter.index --- src/formatters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/formatters.js') diff --git a/src/formatters.js b/src/formatters.js index 5e49ccf4..e96e3634 100644 --- a/src/formatters.js +++ b/src/formatters.js @@ -198,7 +198,7 @@ angularFormatter.trim = formatter( * * * @scenario - * it('should format trim', function(){ + * it('should retrieve object by index', function(){ * expect(binding('currentUser.password')).toEqual('guest'); * select('currentUser').option('2'); * expect(binding('currentUser.password')).toEqual('abc'); -- cgit v1.2.3