Sha256: 205bd3aceb2f0a9a86a99de6e0e803bfb7f9732c14b486d9c9fdcacd08b075de
Contents?: true
Size: 320 Bytes
Versions: 16
Compression:
Stored size: 320 Bytes
Contents
describe "Number Row" do tests_row :number it "should initialize with correct settings" do @row.object.class.should == Formotion::RowType::NumberRow end # Keyboard it "should use decimal keyboard" do cell = @row.make_cell @row.text_field.keyboardType.should == UIKeyboardTypeDecimalPad end end
Version data entries
16 entries across 16 versions & 1 rubygems