spec/ios/apply_styles_spec.rb in motion-kit-0.9.4 vs spec/ios/apply_styles_spec.rb in motion-kit-0.9.6
- old
+ new
@@ -12,9 +12,10 @@
end
it "should apply all styles" do
@subject.get(:logo).text.should == 'MK'
@subject.get(:label).text.should == ':label'
+ @subject.get(:label).numberOfLines.should == 2
@subject.get(:label).font.pointSize.should == 16
@subject.get(:label).textColor.should == UIColor.blackColor
end
end