aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-01-18 15:15:33 -0800
committerIgor Minar2011-01-18 15:15:33 -0800
commitda4b8a74c3c84aeccf2ecb8b5d74d22a579f2438 (patch)
tree31f22536c54f4cb356e01e47265c9e0fe813e2e3
parent5be92f7b9c76e8a7f3778a93cbf6fb28b8524308 (diff)
downloadangular.js-da4b8a74c3c84aeccf2ecb8b5d74d22a579f2438.tar.bz2
fix spec title for angular.formatter.index
-rw-r--r--src/formatters.js2
1 files changed, 1 insertions, 1 deletions
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(
* </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');