Sha256: daaa7581b1ad0b240091bd9eafd962b4f1877da7868d3653f71f6bef45f06fda
Contents?: true
Size: 387 Bytes
Versions: 9
Compression:
Stored size: 387 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::RightToLeft do include ValuePropertyTestMacros it_should_use tag: :rtl, name: "right_to_left" with_value(true) do it_should_work it_should_output "<w:rtl/>" 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