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

Version Path
formotion-1.8 spec/row_type/email_spec.rb
formotion-1.7 spec/row_type/email_spec.rb
formotion-1.6 spec/row_type/email_spec.rb
formotion-1.5.1 spec/row_type/email_spec.rb
formotion-1.5.0 spec/row_type/email_spec.rb
formotion-1.4.0 spec/row_type/email_spec.rb
formotion-1.3.1 spec/row_type/email_spec.rb
formotion-1.3 spec/row_type/email_spec.rb
formotion-1.2 spec/row_type/email_spec.rb
formotion-1.1.5 spec/row_type/email_spec.rb
formotion-1.1.4 spec/row_type/email_spec.rb
formotion-1.1.3 spec/row_type/email_spec.rb
formotion-1.1.2 spec/row_type/email_spec.rb
formotion-1.1.1 spec/row_type/email_spec.rb
formotion-1.1 spec/row_type/email_spec.rb
formotion-1.0 spec/row_type/email_spec.rb