Sha256: 892cd61f4a57d8c592c2cb464a562dcce777d41d9e2c393881bc9caa137be396
Contents?: true
Size: 431 Bytes
Versions: 9
Compression:
Stored size: 431 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::SupressAutoHyphens do include ValuePropertyTestMacros it_should_use tag: :supressAutoHyphens, name: "supress_auto_hyphens" with_value(true) do it_should_work it_should_output "<w:supressAutoHyphens/>" 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
9 entries across 9 versions & 1 rubygems