Sha256: 8130757b5526d2ec90058c3c9864210a15c725fa27e3f4c7ac57389675962299
Contents?: true
Size: 423 Bytes
Versions: 10
Compression:
Stored size: 423 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::UiPriority do include ValuePropertyTestMacros it_should_use tag: :uiPriority, name: "ui_priority", value: 1 with_value(2) do it_should_work it_should_output "<w:uiPriority w:val=\"2\"/>" end with_value(-2) do it_should_work it_should_output "<w:uiPriority w:val=\"-2\"/>" end with_value(:low) do it_should_not_work end end
Version data entries
10 entries across 10 versions & 1 rubygems