Sha256: 9c87a3f5bf692c58b2d3f9d1efd255668a2653649243fa378372666bf95c696c
Contents?: true
Size: 425 Bytes
Versions: 8
Compression:
Stored size: 425 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::TableCellFitText do include ValuePropertyTestMacros it_should_use tag: :tcFitText, name: "table_cell_fit_text" with_value(true) do it_should_work it_should_output "<w:tcFitText w:val=\"true\"/>" end with_value(false) do it_should_work it_should_output "" end with_value(nil) do it_should_work it_should_output "" end end
Version data entries
8 entries across 8 versions & 1 rubygems