Sha256: 45d6d95247b870c0e0d0982c5c6c6903b5c6fb9e11491c3f6a6f898ed19c3f1d
Contents?: true
Size: 283 Bytes
Versions: 20
Compression:
Stored size: 283 Bytes
Contents
describe "MotionKit id" do before do @layout = TestIdsLayout.new.build end it 'should have a label' do @layout.get(:label).should.be.kind_of UILabel end it 'should have a label with id :label' do @layout.get(:label).motion_kit_id.should == :label end end
Version data entries
20 entries across 14 versions & 1 rubygems