aboutsummaryrefslogtreecommitdiffstats
path: root/test/FormattersSpec.js
diff options
context:
space:
mode:
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');
- });
- });
-
});