Sha256: 2f9b00a3e0ab21143e4f1ba8a63dd890ffa23fb11bf349cf9b68a4b1b27a2f4b
Contents?: true
Size: 432 Bytes
Versions: 42
Compression:
Stored size: 432 Bytes
Contents
describe 'UITextField Layout and objc-style selectors' do before do @layout = TestTextFieldLayout.new @layout.view end it 'should set autocorrectionType' do @layout.get(:field).autocorrectionType.should == UITextAutocorrectionTypeNo @layout.get(:field).spellCheckingType.should == UITextSpellCheckingTypeNo @layout.get(:field).autocapitalizationType.should == UITextAutocapitalizationTypeNone end end
Version data entries
42 entries across 36 versions & 1 rubygems