Sha256: a093694011fcbac2ed6a7d1d493bb486002c84d1527d5abee818136aa92c1233
Contents?: true
Size: 484 Bytes
Versions: 10
Compression:
Stored size: 484 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::Position do include ValuePropertyTestMacros it_should_use tag: :position, name: "position", value: 1 with_value(204) do it_should_work it_should_output "<w:position w:val=\"204\"/>" end with_value(-612) do it_should_work it_should_output "<w:position w:val=\"-612\"/>" end with_value(812.2) do it_should_not_work end with_value(:something_else) do it_should_not_work end end
Version data entries
10 entries across 10 versions & 1 rubygems