diff options
Diffstat (limited to 'test/ng/directive/inputSpec.js')
| -rw-r--r-- | test/ng/directive/inputSpec.js | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js index 5e1b26af..86fad41a 100644 --- a/test/ng/directive/inputSpec.js +++ b/test/ng/directive/inputSpec.js @@ -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 />'); | 
