Sha256: 65125bf326653a879c4c8d8d657d6893f654c907b510536aa7d9e3c8d02b39c5
Contents?: true
Size: 264 Bytes
Versions: 3
Compression:
Stored size: 264 Bytes
Contents
require "spec_helper" describe Rocx::Properties::RunStyle do include ValuePropertyTestMacros it_should_use tag: :rStyle, name: "run_style", value: "Nope" with_value("Nope") do it_should_work it_should_output "<w:rStyle w:val=\"Nope\"/>" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rocx-0.7.0 | spec/properties/run_style_spec.rb |
rocx-0.6.0 | spec/properties/run_style_spec.rb |
rocx-0.5.8 | spec/properties/run_style_spec.rb |