mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-13 22:45:27 +08:00
7 lines
179 B
Ruby
7 lines
179 B
Ruby
describe "iOS constants" do
|
|
it "have their values retrieved at demand" do
|
|
ABAddressBookCreate()
|
|
KABPersonFirstNameProperty.should != KABPersonLastNameProperty
|
|
end
|
|
end
|