Sha256: a1668f2040b1da4f0e046fb011f03ee2a2c72e72e3c22d13db1f36c3a21b16a6
Contents?: true
Size: 363 Bytes
Versions: 16
Compression:
Stored size: 363 Bytes
Contents
describe "Template Row" do tests_row title: "Template", key: :template, type: :template, template: {type: :string} it "should initialize with correct settings" do @row.object.class.should == Formotion::RowType::TemplateRow end # Value it "should select default value" do cell = @row.make_cell @row.value.should == nil end end
Version data entries
16 entries across 16 versions & 1 rubygems