Sha256: a202a92adbeb371205cfcb19020ff72ab838acc6983f2570bcfbff39e535e905
Contents?: true
Size: 409 Bytes
Versions: 3
Compression:
Stored size: 409 Bytes
Contents
require "spec_helper" describe Rocx::Properties::AutoSpaceDe do include ValuePropertyTestMacros it_should_use tag: :autoSpaceDE, name: "auto_space_de" with_value(true) do it_should_work it_should_output "<w:autoSpaceDE w:val=\"true\"/>" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rocx-0.7.0 | spec/properties/auto_space_de_spec.rb |
rocx-0.6.0 | spec/properties/auto_space_de_spec.rb |
rocx-0.5.8 | spec/properties/auto_space_de_spec.rb |