Sha256: add502c0410a8efbac2eea9843484abc252f746764b9f86e286f964da0d9ebac

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

require "spec_helper"

describe Rocx::Properties::SupressAutoHyphens do
  include ValuePropertyTestMacros

  it_should_use tag: :supressAutoHyphens, name: "supress_auto_hyphens"

  with_value(true) do
    it_should_work
    it_should_output "<w:supressAutoHyphens/>"
  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/supress_auto_hyphens_spec.rb
rocx-0.6.0 spec/properties/supress_auto_hyphens_spec.rb
rocx-0.5.8 spec/properties/supress_auto_hyphens_spec.rb