Sha256: fa25749df8be58d6dc7ca9b9341ab5a4be2eb63239c8a24aa22f3aa392260214

Contents?: true

Size: 290 Bytes

Versions: 42

Compression:

Stored size: 290 Bytes

Contents

describe "Custom Layout" do

  before do
    @subject = TestCustomLayout.new
  end

  it 'should always use the correct Layout' do
    @subject.view.should.be.kind_of?(CustomLabel)
    @subject.view.text.should == 'custom text'
    @subject.view.attributedText.should.not == nil
  end

end

Version data entries

42 entries across 36 versions & 1 rubygems

Version Path
motion-kit-0.12.0 spec/ios/custom_layout_spec.rb
motion-kit-0.11.2 spec/ios/custom_layout_spec.rb
motion-kit-0.11.1 spec/ios/custom_layout_spec.rb
motion-kit-0.11.0 spec/ios/custom_layout_spec.rb
motion-kit-0.10.11 spec/ios/custom_layout_spec.rb
motion-kit-0.10.10 spec/ios/custom_layout_spec.rb
motion-kit-0.10.9 spec/ios/custom_layout_spec.rb
motion-kit-0.10.8 spec/ios/custom_layout_spec.rb
motion-kit-0.10.7 spec/ios/custom_layout_spec.rb
motion-kit-0.10.6 spec/ios/custom_layout_spec.rb
motion-kit-0.10.5 spec/ios/custom_layout_spec.rb
motion-kit-0.10.4 spec/ios/custom_layout_spec.rb
motion-kit-0.10.3 spec/ios/custom_layout_spec.rb
motion-kit-0.10.2 spec/ios/custom_layout_spec.rb
motion-kit-0.10.1 spec/ios/custom_layout_spec.rb
motion-kit-0.10.0 spec/ios/custom_layout_spec.rb
motion-kit-0.9.6 spec/ios/custom_layout_spec.rb
motion-kit-0.9.4 spec/ios/custom_layout_spec.rb
motion-kit-0.9.3 spec/ios/custom_layout_spec.rb
motion-kit-0.9.2 spec/ios/custom_layout_spec.rb