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-1.1.1 spec/tvos/custom_layout_spec.rb
motion-kit-1.1.1 spec/ios/custom_layout_spec.rb
motion-kit-1.1.0 spec/tvos/custom_layout_spec.rb
motion-kit-1.1.0 spec/ios/custom_layout_spec.rb
motion-kit-1.0.3 spec/tvos/custom_layout_spec.rb
motion-kit-1.0.3 spec/ios/custom_layout_spec.rb
motion-kit-1.0.2 spec/ios/custom_layout_spec.rb
motion-kit-1.0.2 spec/tvos/custom_layout_spec.rb
motion-kit-1.0.1 spec/ios/custom_layout_spec.rb
motion-kit-1.0.1 spec/tvos/custom_layout_spec.rb
motion-kit-1.0.0 spec/tvos/custom_layout_spec.rb
motion-kit-1.0.0 spec/ios/custom_layout_spec.rb
motion-kit-0.18.0 spec/ios/custom_layout_spec.rb
motion-kit-0.17.0 spec/ios/custom_layout_spec.rb
motion-kit-0.16.0 spec/ios/custom_layout_spec.rb
motion-kit-0.15.0 spec/ios/custom_layout_spec.rb
motion-kit-0.14.2 spec/ios/custom_layout_spec.rb
motion-kit-0.14.1 spec/ios/custom_layout_spec.rb
motion-kit-0.14.0 spec/ios/custom_layout_spec.rb
motion-kit-0.13.0 spec/ios/custom_layout_spec.rb