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 de4b048b49
commit 03216760ec

View file

@ -990,14 +990,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 />');