Sha256: d88419592a7e869222f11031f9a2a69223e3d4dc187c8def739a47372093df8f
Contents?: true
Size: 400 Bytes
Versions: 3
Compression:
Stored size: 400 Bytes
Contents
require "spec_helper" describe Rocx::Properties::ComplexScriptFormatting do include ValuePropertyTestMacros it_should_use tag: :cs, name: "complex_script_formatting" with_value(true) do it_should_work it_should_output "<w:cs/>" 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/complex_script_formatting_spec.rb |
rocx-0.6.0 | spec/properties/complex_script_formatting_spec.rb |
rocx-0.5.8 | spec/properties/complex_script_formatting_spec.rb |