Sha256: 2186951f5947626c896221c552a66065320995ad95d6bc59f5ceca3f578de0c4
Contents?: true
Size: 411 Bytes
Versions: 1
Compression:
Stored size: 411 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::TitlePage do include ValuePropertyTestMacros it_should_use tag: :titlePg, name: "title_page", value: true with_value(true) do it_should_work it_should_output "<w:titlePg/>" end with_value(false) do it_should_work it_should_output "<w:titlePg w:val=\"false\"/>" end with_value(nil) do it_should_not_work end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.6 | spec/properties/title_page_spec.rb |