Sha256: 09cd03c05eded433bd1a783841dcf9290f8a28a94fb90ba0911aec781c53069a
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
require "spec_helper" describe Rocx::Properties::KeepNext do include ValuePropertyTestMacros it_should_use tag: :keepNext, name: "keep_next" with_value(true) do it_should_work it_should_output "<w:keepNext/>" 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/keep_next_spec.rb |
rocx-0.6.0 | spec/properties/keep_next_spec.rb |
rocx-0.5.8 | spec/properties/keep_next_spec.rb |