mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
[test] run RM-638 spec on iOS
Because CGRectMake() returns HIRect on OS X. weird.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user