aboutsummaryrefslogtreecommitdiffstats
path: root/test/FormattersSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2011-04-19 13:50:15 -0700
committerMisko Hevery2011-06-08 15:21:33 -0700
commit91a34a7027caf0a3f0f4bdaf6649fb6cf479bba8 (patch)
tree45cdf78438e1ec63cdaeaa927ec89d6a621cc9da /test/FormattersSpec.js
parentaf285dd370aa1b6779bf67ac3bdc19da512aaac5 (diff)
downloadangular.js-91a34a7027caf0a3f0f4bdaf6649fb6cf479bba8.tar.bz2
remove ng:format=index
Diffstat (limited to 'test/FormattersSpec.js')
-rw-r--r--test/FormattersSpec.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/FormattersSpec.js b/test/FormattersSpec.js
index 234a81d6..1e059e6a 100644
--- a/test/FormattersSpec.js
+++ b/test/FormattersSpec.js
@@ -40,13 +40,4 @@ describe("formatter", function(){
});
});
- describe('index', function(){
- it('should parse an object from array', function(){
- expect(angular.formatter.index.parse('1', ['A', 'B', 'C'])).toEqual('B');
- });
- it('should format an index from array', function(){
- expect(angular.formatter.index.format('B', ['A', 'B', 'C'])).toEqual('1');
- });
- });
-
});