spec/symbol_spec.rb in sugarcube-0.18.2 vs spec/symbol_spec.rb in sugarcube-0.18.3
- old
+ new
@@ -20,11 +20,13 @@
end
end
it "should accept point size" do
:system.uifont(40).pointSize.should == 40
- :bold.uifont(40).pointSize.should == 40
- :italic.uifont(40).pointSize.should == 40
+ end
+
+ it "should accept symbol size" do
+ :system.uifont(:label).pointSize.should == UIFont.labelFontSize
end
end
end