require "spec_helper" describe Rocx::Properties::WordWrap do include ValuePropertyTestMacros it_should_use tag: :wordWrap, name: "word_wrap" with_value(:on) do it_should_work it_should_output "" end with_value(:off) do it_should_work it_should_output "" end with_value(nil) do it_should_work it_should_output "" end end