add spec for kCFBooleanTrue

This commit is contained in:
Laurent Sansonetti
2012-10-25 15:41:31 +02:00
parent e4b62eaab8
commit 94371be402

View File

@@ -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