Sha256: 9c0360c5f139860471ca8dd29a2cd32100af82ea23ccb6ced32fd0f5131741ed
Contents?: true
Size: 364 Bytes
Versions: 3
Compression:
Stored size: 364 Bytes
Contents
require "spec_helper" describe Rocx::Properties::Bidi do include ValuePropertyTestMacros it_should_use tag: :bidi, name: "bidi" with_value(true) do it_should_work it_should_output "<w:bidi/>" 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/bidi_spec.rb |
rocx-0.6.0 | spec/properties/bidi_spec.rb |
rocx-0.5.8 | spec/properties/bidi_spec.rb |