From 19b51caa2c19f5c622c08d37a04266794950b91e Mon Sep 17 00:00:00 2001
From: Igor Minar
Date: Thu, 11 Jul 2013 11:11:35 -0700
Subject: test(ngList): remove disabled test
this test fails and we don't have intentions on making it pass since
we never made a commitment to implement this feature.
---
test/ng/directive/inputSpec.js | 8 --------
1 file changed, 8 deletions(-)
(limited to 'test/ng/directive')
diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js
index 3ed03c12..275324f5 100644
--- a/test/ng/directive/inputSpec.js
+++ b/test/ng/directive/inputSpec.js
@@ -958,14 +958,6 @@ describe('input', function() {
});
- xit('should require at least one item', function() {
- compileInput('');
-
- changeInputValueTo(' , ');
- expect(inputElm).toBeInvalid();
- });
-
-
it('should convert empty string to an empty array', function() {
compileInput('');
--
cgit v1.2.3