Sha256: 74108aa4b82294fdd153f9f5e33be6b1411df2fa359969e15866ced3d1ff75e1
Contents?: true
Size: 313 Bytes
Versions: 16
Compression:
Stored size: 313 Bytes
Contents
describe "Phone Row" do tests_row :phone it "should initialize with correct settings" do @row.object.class.should == Formotion::RowType::PhoneRow end # Keyboard it "should use phone keyboard" do cell = @row.make_cell @row.text_field.keyboardType.should == UIKeyboardTypePhonePad end end
Version data entries
16 entries across 16 versions & 1 rubygems