Sha256: 26b0e3330d423190586331d52a01bd95194dc128e5fbcddeeedc72060885153c
Contents?: true
Size: 341 Bytes
Versions: 10
Compression:
Stored size: 341 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::LinkedStyle do include ValuePropertyTestMacros it_should_use tag: :link, name: "linked_style", value: "Something" with_value("Something") do it_should_work it_should_output "<w:link w:val=\"Something\"/>" end with_value("") do it_should_not_work end end
Version data entries
10 entries across 10 versions & 1 rubygems