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-0.12.0 spec/ios/uitextfield_spec.rb
motion-kit-0.11.2 spec/ios/uitextfield_spec.rb
motion-kit-0.11.1 spec/ios/uitextfield_spec.rb
motion-kit-0.11.0 spec/ios/uitextfield_spec.rb
motion-kit-0.10.11 spec/ios/uitextfield_spec.rb
motion-kit-0.10.10 spec/ios/uitextfield_spec.rb
motion-kit-0.10.9 spec/ios/uitextfield_spec.rb
motion-kit-0.10.8 spec/ios/uitextfield_spec.rb
motion-kit-0.10.7 spec/ios/uitextfield_spec.rb
motion-kit-0.10.6 spec/ios/uitextfield_spec.rb
motion-kit-0.10.5 spec/ios/uitextfield_spec.rb
motion-kit-0.10.4 spec/ios/uitextfield_spec.rb
motion-kit-0.10.3 spec/ios/uitextfield_spec.rb
motion-kit-0.10.2 spec/ios/uitextfield_spec.rb
motion-kit-0.10.1 spec/ios/uitextfield_spec.rb
motion-kit-0.10.0 spec/ios/uitextfield_spec.rb
motion-kit-0.9.6 spec/ios/uitextfield_spec.rb
motion-kit-0.9.4 spec/ios/uitextfield_spec.rb
motion-kit-0.9.3 spec/ios/uitextfield_spec.rb
motion-kit-0.9.2 spec/ios/uitextfield_spec.rb