Sha256: 40b85dc5aaa2aba57d92a733bfc6bc004ad839e9bafb6d8b28f0c817ccb69e41
Contents?: true
Size: 317 Bytes
Versions: 16
Compression:
Stored size: 317 Bytes
Contents
describe "Email Row" do tests_row :email it "should initialize with correct settings" do @row.object.class.should == Formotion::RowType::EmailRow end # Keyboard it "should use email keyboard" do cell = @row.make_cell @row.text_field.keyboardType.should == UIKeyboardTypeEmailAddress end end
Version data entries
16 entries across 16 versions & 1 rubygems