[test] run RM-638 spec on iOS

Because CGRectMake() returns HIRect on OS X. weird.
This commit is contained in:
Watson
2014-11-11 06:43:10 +09:00
parent d7e1361dde
commit 7d84a3b491

View File

@@ -47,7 +47,7 @@ describe "Boxed" do
end
# RM-638
it "should be distinguished about CGSize/CLLocationCoordinate2D" do
it "should be distinguished about CGSize/CLLocationCoordinate2D", :if => ios? do
rect = CGRectMake(1, 2, 3, 4)
rect.size.class.should == CGSize