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

Version Path
motion-kit-1.1.1 spec/tvos/uitextfield_spec.rb
motion-kit-1.1.1 spec/ios/uitextfield_spec.rb
motion-kit-1.1.0 spec/tvos/uitextfield_spec.rb
motion-kit-1.1.0 spec/ios/uitextfield_spec.rb
motion-kit-1.0.3 spec/tvos/uitextfield_spec.rb
motion-kit-1.0.3 spec/ios/uitextfield_spec.rb
motion-kit-1.0.2 spec/ios/uitextfield_spec.rb
motion-kit-1.0.2 spec/tvos/uitextfield_spec.rb
motion-kit-1.0.1 spec/ios/uitextfield_spec.rb
motion-kit-1.0.1 spec/tvos/uitextfield_spec.rb
motion-kit-1.0.0 spec/tvos/uitextfield_spec.rb
motion-kit-1.0.0 spec/ios/uitextfield_spec.rb
motion-kit-0.18.0 spec/ios/uitextfield_spec.rb
motion-kit-0.17.0 spec/ios/uitextfield_spec.rb
motion-kit-0.16.0 spec/ios/uitextfield_spec.rb
motion-kit-0.15.0 spec/ios/uitextfield_spec.rb
motion-kit-0.14.2 spec/ios/uitextfield_spec.rb
motion-kit-0.14.1 spec/ios/uitextfield_spec.rb
motion-kit-0.14.0 spec/ios/uitextfield_spec.rb
motion-kit-0.13.0 spec/ios/uitextfield_spec.rb