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.9.1 spec/ios/custom_layout_spec.rb
motion-kit-0.9.0 spec/ios/custom_layout_spec.rb