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.
This commit is contained in:
Igor Minar 2013-07-11 11:11:35 -07:00
parent 8c08b4373c
commit 19b51caa2c

View file

@ -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 />');