fix spec title for angular.formatter.index

This commit is contained in:
Igor Minar 2011-01-18 15:15:33 -08:00
parent 5be92f7b9c
commit da4b8a74c3

View file

@ -198,7 +198,7 @@ angularFormatter.trim = formatter(
* </div>
*
* @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');