mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
add spec for kCFBooleanTrue
This commit is contained in:
@@ -4,3 +4,9 @@ describe "iOS constants" do
|
||||
KABPersonFirstNameProperty.should != KABPersonLastNameProperty
|
||||
end
|
||||
end
|
||||
|
||||
describe "kCFBooleanTrue" do
|
||||
it "can be retrieved" do
|
||||
KCFBooleanTrue.should == true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user