aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/inputSpec.js
diff options
context:
space:
mode:
authorIgor Minar2013-07-11 11:11:35 -0700
committerIgor Minar2013-07-11 11:12:17 -0700
commit19b51caa2c19f5c622c08d37a04266794950b91e (patch)
treeea14ee1008ca8e7a57c7fb54ae39843d05276ae4 /test/ng/directive/inputSpec.js
parent8c08b4373c4337cdc930089e1e20ddd2c7881d40 (diff)
downloadangular.js-19b51caa2c19f5c622c08d37a04266794950b91e.tar.bz2
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.
Diffstat (limited to 'test/ng/directive/inputSpec.js')
-rw-r--r--test/ng/directive/inputSpec.js8
1 files changed, 0 insertions, 8 deletions
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('<input type="text" ng-model="list" ng-list required />');
-
- changeInputValueTo(' , ');
- expect(inputElm).toBeInvalid();
- });
-
-
it('should convert empty string to an empty array', function() {
compileInput('<input type="text" ng-model="list" ng-list />');